summaryrefslogtreecommitdiff
path: root/openbox/openboxwrap.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 22:04:20 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 22:04:20 +0000
commitdf3d926cb2da067f323d3fd839bbcd759ddf92c4 (patch)
treee0e8f306d88f22ad5e22785df23c8969e9730a2b /openbox/openboxwrap.h
parent75b07a2bb3b98d581b39d3991cf1e9068452264a (diff)
rming almost all the old python stuffs
Diffstat (limited to 'openbox/openboxwrap.h')
-rw-r--r--openbox/openboxwrap.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/openbox/openboxwrap.h b/openbox/openboxwrap.h
deleted file mode 100644
index 8e54f2d5..00000000
--- a/openbox/openboxwrap.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __openboxwrap_h
-#define __openboxwrap_h
-
-#include <Python.h>
-
-/* OpenboxWrap is a PyObject */
-typedef struct OpenboxWrap {
- PyObject_HEAD
- PyObject *client_list;
-} OpenboxWrap;
-
-OpenboxWrap *openboxwrap_obj;
-
-void openboxwrap_startup();
-void openboxwrap_shutdown();
-
-#endif