summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Quotes/src/stdafx.h')
-rw-r--r--plugins/Quotes/src/stdafx.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/Quotes/src/stdafx.h b/plugins/Quotes/src/stdafx.h
index ea4fed341e..b8fb295aaa 100644
--- a/plugins/Quotes/src/stdafx.h
+++ b/plugins/Quotes/src/stdafx.h
@@ -118,10 +118,5 @@ inline tstring quotes_a2t(const char* s)
struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMPlugin() :
- PLUGIN<CMPlugin>(QUOTES_PROTOCOL_NAME)
- {
- RegisterProtocol(PROTOTYPE_VIRTUAL);
- SetUniqueId(DB_STR_QUOTE_SYMBOL);
- }
+ CMPlugin();
};