summaryrefslogtreecommitdiff
path: root/c/screenwrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/screenwrap.h')
-rw-r--r--c/screenwrap.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/c/screenwrap.h b/c/screenwrap.h
deleted file mode 100644
index 2ca278cf..00000000
--- a/c/screenwrap.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __screenwrap_h
-#define __screenwrap_h
-
-#include <Python.h>
-
-/* ScreenWrap is a PyObject */
-typedef struct ScreenWrap {
- PyObject_HEAD
-} ScreenWrap;
-
-void screenwrap_startup();
-void screenwrap_shutdown();
-
-#endif