diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-10-30 07:58:54 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-10-30 07:58:54 +0000 |
commit | 4516a6cdd712c510adba4b40f8b85db9ccf1a537 (patch) | |
tree | 807c8e4c2bac79f63b4e21f339f98dacc44a76c4 /plugins/SmartAutoReplier | |
parent | 2a839a4fff225165b25b12a04eddfa07d825a85f (diff) |
MirandaInterfaces fixes - also make SAR working correctly
git-svn-id: http://svn.miranda-ng.org/main/trunk@6696 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmartAutoReplier')
-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)
{
|