diff options
Diffstat (limited to 'plugins/SmartAutoReplier/SAR.cpp')
-rw-r--r-- | plugins/SmartAutoReplier/SAR.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SmartAutoReplier/SAR.cpp b/plugins/SmartAutoReplier/SAR.cpp index 3bd5a6edf5..06744f8e67 100644 --- a/plugins/SmartAutoReplier/SAR.cpp +++ b/plugins/SmartAutoReplier/SAR.cpp @@ -93,8 +93,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda return &pluginInfo;
}
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_CHAT, MIID_SRMM, MIID_LAST};
-
/// handler of event when the options are choosed
static int OptionsInitialized(WPARAM wp, LPARAM lp)
{
|