From 2390c99b9a3ef5358ee4a211d79acf7f65304a46 Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Mon, 3 Jun 2013 09:34:50 +0200 Subject: * fixed bug 59 & Bug 63. Removes superfluss comments in DBusWrapper, removes non existing static in Sockethandler Signed-off-by: Christian Linke --- include/shared/CAmSocketHandler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/shared/CAmSocketHandler.h') diff --git a/include/shared/CAmSocketHandler.h b/include/shared/CAmSocketHandler.h index 1c3383d..272958a 100644 --- a/include/shared/CAmSocketHandler.h +++ b/include/shared/CAmSocketHandler.h @@ -159,7 +159,6 @@ public: void start_listenting(); void stop_listening(); void exit_mainloop(); - static void static_exit_mainloop(); void receiverCallback(const pollfd pollfd, const sh_pollHandle_t handle, void* userData) { (void) pollfd; -- cgit v1.2.1