diff options
Diffstat (limited to 'plugins/SimpleAR/src')
-rw-r--r-- | plugins/SimpleAR/src/Main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SimpleAR/src/Main.cpp b/plugins/SimpleAR/src/Main.cpp index af14ff2daf..dfe01b3c61 100644 --- a/plugins/SimpleAR/src/Main.cpp +++ b/plugins/SimpleAR/src/Main.cpp @@ -250,7 +250,6 @@ IconItem iconList[] = extern "C" int __declspec(dllexport)Load(void)
{
- mir_getLP(&pluginInfoEx);
pcli = Clist_GetInterface();
CreateServiceFunction(MODULENAME"/ToggleEnable", ToggleEnable);
|