diff options
Diffstat (limited to 'plugins/Nudge/main.cpp')
-rw-r--r-- | plugins/Nudge/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Nudge/main.cpp b/plugins/Nudge/main.cpp index ca8e18857e..b2f1ab36ac 100644 --- a/plugins/Nudge/main.cpp +++ b/plugins/Nudge/main.cpp @@ -240,12 +240,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda return &pluginInfo;
}
-static const MUUID interfaces[] = {MUUID_NUDGE_SEND, MIID_LAST};
-extern "C" __declspec(dllexport) const MUUID * MirandaPluginInterfaces(void)
-{
- return interfaces;
-}
-
static INT_PTR CALLBACK DlgProcOptsTrigger(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) {
switch (msg) {
|