diff options
author | George Hazan <ghazan@miranda.im> | 2020-08-07 18:45:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-08-07 18:45:21 +0300 |
commit | 6bb288a0c37e0027e6eea64124df80750744b4ec (patch) | |
tree | 407e3037202f0619acf6a110a2d61879deb355b1 /plugins/Import | |
parent | d24e6d15e5a6bb6a320dadc08540cf6637836dd9 (diff) |
unused shit returned
Diffstat (limited to 'plugins/Import')
-rw-r--r-- | plugins/Import/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/src/main.cpp b/plugins/Import/src/main.cpp index 1c79591498..1134cf534e 100644 --- a/plugins/Import/src/main.cpp +++ b/plugins/Import/src/main.cpp @@ -51,7 +51,7 @@ CMPlugin::CMPlugin() : /////////////////////////////////////////////////////////////////////////////////////////
// MirandaInterfaces - returns the protocol interface to the core
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_IMPORT, MIID_SERVICEMODE, MIID_LAST };
+extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_SERVICEMODE, MIID_LAST };
/////////////////////////////////////////////////////////////////////////////////////////
// Performs a primary set of actions upon plugin loading
|