summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerClientDBus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CommLayer/CommLayerClientDBus.cpp')
-rw-r--r--lib/CommLayer/CommLayerClientDBus.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/CommLayer/CommLayerClientDBus.cpp b/lib/CommLayer/CommLayerClientDBus.cpp
deleted file mode 100644
index 77983463..00000000
--- a/lib/CommLayer/CommLayerClientDBus.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "CommLayerClientDBus.h"
-CCommLayerClientDBus::CCommLayerClientDBus(DBus::Connection &connection, const char *path, const char *name)
-: CDBusClient_proxy(connection),
- DBus::ObjectProxy(connection, path, name)
-{
-}
-CCommLayerClientDBus::~CCommLayerClientDBus()
-{
-};
-
-void Crash(std::string &value)
-{
- std::cout << "Another Crash?" << std::endl;
-}