summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerSocket.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-08 17:16:49 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-08 17:16:49 +0200
commitc02dc38e2f27542a78500b5a04ec787495b8f0f1 (patch)
tree4b568838e0585b494e2df6401365c06c79c6595f /src/Daemon/CommLayerServerSocket.cpp
parentff2627e7c597e50025ca4d91ff8168eec80f9054 (diff)
downloadabrt-c02dc38e2f27542a78500b5a04ec787495b8f0f1.tar.gz
abrt-c02dc38e2f27542a78500b5a04ec787495b8f0f1.tar.xz
abrt-c02dc38e2f27542a78500b5a04ec787495b8f0f1.zip
remove unused Error() methods and dbus signals.
I guess it turned out Warning() works just fine. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/CommLayerServerSocket.cpp')
-rw-r--r--src/Daemon/CommLayerServerSocket.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Daemon/CommLayerServerSocket.cpp b/src/Daemon/CommLayerServerSocket.cpp
index 8f1fd4fe..b643aaa9 100644
--- a/src/Daemon/CommLayerServerSocket.cpp
+++ b/src/Daemon/CommLayerServerSocket.cpp
@@ -245,8 +245,3 @@ void CCommLayerServerSocket::Crash(const std::string& arg1)
{
//Send("(CRASH)New Crash Detected: " + arg1);
}
-
-void CCommLayerServerSocket::Error(const std::string& arg1, const char* peer)
-{
- //Send("(ERROR)Error: " + arg1);
-}