From 25542e7f90b3bcf4d3ae2be0b1d7795bc63fa3c8 Mon Sep 17 00:00:00 2001 From: Micke Prag Date: Wed, 8 Jan 2014 14:09:15 +0100 Subject: [PATCH] Remove old code --- telldus-core/client/CallbackDispatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telldus-core/client/CallbackDispatcher.cpp b/telldus-core/client/CallbackDispatcher.cpp index d27ac5cd..ae9e1722 100644 --- a/telldus-core/client/CallbackDispatcher.cpp +++ b/telldus-core/client/CallbackDispatcher.cpp @@ -21,7 +21,7 @@ public: void *func, *context; }; -TDEventDispatcher::TDEventDispatcher(int id, void *func, void *context) //EventDataRef cbd, CallbackStruct *cb, EventRef cbDone) +TDEventDispatcher::TDEventDispatcher(int id, void *func, void *context) :Thread() { d = new PrivateData; d->stopEvent = d->eventHandler.addEvent();