summaryrefslogtreecommitdiff
path: root/libopie2/opienet/oioctlmap.h
Side-by-side diff
Diffstat (limited to 'libopie2/opienet/oioctlmap.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opienet/oioctlmap.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/libopie2/opienet/oioctlmap.h b/libopie2/opienet/oioctlmap.h
deleted file mode 100644
index 1cd89a3..0000000
--- a/libopie2/opienet/oioctlmap.h
+++ b/dev/null
@@ -1,17 +0,0 @@
-
-/*
- * ioctl table - generated by regen.py - (C) Michael 'Mickey' Lauer <mickey@vanille.de>
- */
-
-#ifndef IOCTLMAP_H
-#define IOCTLMAP_H
-
-#include <qstring.h>
-#include <qintdict.h>
-
-typedef QIntDict<QString> IntStringMap;
-
-IntStringMap* constructIoctlMap();
-
-#endif
-