summaryrefslogtreecommitdiff
path: root/api/plugin_helper.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-13 00:17:40 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-13 00:17:40 +0300
commit42992bc2c04dcfd322ead3fda1134439a2cfcf3a (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /api/plugin_helper.h
parent599d73442416d9bad663e4d0900265e073946600 (diff)
cleanup, switching to wxwidgets as main development framework
Diffstat (limited to 'api/plugin_helper.h')
-rw-r--r--api/plugin_helper.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/api/plugin_helper.h b/api/plugin_helper.h
deleted file mode 100644
index 79eef74..0000000
--- a/api/plugin_helper.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef PLUGIN_HELPER_H
-#define PLUGIN_HELPER_H
-#define CallService(a,b,c) pluginLink->CallService(a,b,c)
-#define CreateServiceFunction(a,b) pluginLink->CreateServiceFunction(a,b)
-#define ServiceExists(a) pluginLink->ServiceExists(a)
-#endif
-