summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_sc/ftnoir_protocol_sc_dll.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-12-31 16:10:17 +0100
committerStanislaw Halik <sthalik@misaki.pl>2013-12-31 16:10:17 +0100
commit40f4c6944799bd696ccf358c5378b230ecc7f52b (patch)
tree5b4d8f8e61ba57800f8570ee195551ce1abecd18 /ftnoir_protocol_sc/ftnoir_protocol_sc_dll.cpp
parent4abd0ca3b5090018a7db05e8c2e0f478d861d978 (diff)
sc: settings framework
Diffstat (limited to 'ftnoir_protocol_sc/ftnoir_protocol_sc_dll.cpp')
-rw-r--r--ftnoir_protocol_sc/ftnoir_protocol_sc_dll.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/ftnoir_protocol_sc/ftnoir_protocol_sc_dll.cpp b/ftnoir_protocol_sc/ftnoir_protocol_sc_dll.cpp
index 59a921b8..0a52fa96 100644
--- a/ftnoir_protocol_sc/ftnoir_protocol_sc_dll.cpp
+++ b/ftnoir_protocol_sc/ftnoir_protocol_sc_dll.cpp
@@ -26,23 +26,6 @@
#include <QDebug>
#include "facetracknoir/global-settings.h"
-FTNoIR_ProtocolDll::FTNoIR_ProtocolDll() {
-}
-
-FTNoIR_ProtocolDll::~FTNoIR_ProtocolDll()
-{
-
-}
-
-////////////////////////////////////////////////////////////////////////////////
-// Factory function that creates instances if the Protocol object.
-
-// Export both decorated and undecorated names.
-// GetProtocolDll - Undecorated name, which can be easily used with GetProcAddress
-// Win32 API function.
-// _GetProtocolDll@0 - Common name decoration for __stdcall functions in C language.
-//#pragma comment(linker, "/export:GetProtocolDll=_GetProtocolDll@0")
-
extern "C" FTNOIR_PROTOCOL_BASE_EXPORT Metadata* CALLING_CONVENTION GetMetadata()
{
return new FTNoIR_ProtocolDll;