summaryrefslogtreecommitdiff
path: root/exports/c/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'exports/c/common.c')
-rw-r--r--exports/c/common.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/exports/c/common.c b/exports/c/common.c
deleted file mode 100644
index 425a459..0000000
--- a/exports/c/common.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "common.h"
-
-void call_callback(PythonCB callback, const char *name, int oldstate, int newstate, void* data)
-{
- callback(name, oldstate, newstate, data);
-}