summaryrefslogtreecommitdiff
path: root/plugins/Cln_skinedit/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Cln_skinedit/src/main.cpp')
-rw-r--r--plugins/Cln_skinedit/src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Cln_skinedit/src/main.cpp b/plugins/Cln_skinedit/src/main.cpp
index 998ab537c1..235dc2ba08 100644
--- a/plugins/Cln_skinedit/src/main.cpp
+++ b/plugins/Cln_skinedit/src/main.cpp
@@ -901,7 +901,6 @@ static INT_PTR SkinEdit_Invoke(WPARAM, LPARAM lParam)
extern "C" int __declspec(dllexport) Load(void)
{
- mir_getLP(&pluginInfoEx);
CreateServiceFunction(MS_CLNSE_INVOKE, SkinEdit_Invoke);
CreateServiceFunction(MS_CLNSE_FILLBYCURRENTSEL, SkinEdit_FillByCurrentSel);
return 0;