summaryrefslogtreecommitdiff
path: root/openbox/python.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/python.h')
-rw-r--r--openbox/python.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/openbox/python.h b/openbox/python.h
deleted file mode 100644
index 90366315..00000000
--- a/openbox/python.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __python_h
-#define __python_h
-
-void python_startup();
-void python_shutdown();
-
-/*! Import a python module */
-gboolean python_import(char *module);
-
-#endif