summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-02-08 13:02:28 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2013-03-14 11:10:08 +0100
commit50281544226f88160dbfc299c3a0c6a0c6524d0a (patch)
tree92328dca9ca81c1629fc448b77ff4361b5715351
parent39906d7c340c187a025a31ad74e043d5a7b1a847 (diff)
Remove unused controller constructor
-rw-r--r--SpiceXPI/src/plugin/controller-unix.cpp6
-rw-r--r--SpiceXPI/src/plugin/controller.h1
2 files changed, 0 insertions, 7 deletions
diff --git a/SpiceXPI/src/plugin/controller-unix.cpp b/SpiceXPI/src/plugin/controller-unix.cpp
index 2499cae..0d8f0f8 100644
--- a/SpiceXPI/src/plugin/controller-unix.cpp
+++ b/SpiceXPI/src/plugin/controller-unix.cpp
@@ -63,12 +63,6 @@ SpiceController::SpiceController():
{
}
-SpiceController::SpiceController(const std::string &name):
- m_client_socket(-1),
- m_name(name)
-{
-}
-
SpiceController::~SpiceController()
{
g_debug(G_STRFUNC);
diff --git a/SpiceXPI/src/plugin/controller.h b/SpiceXPI/src/plugin/controller.h
index af455a2..dbcc424 100644
--- a/SpiceXPI/src/plugin/controller.h
+++ b/SpiceXPI/src/plugin/controller.h
@@ -69,7 +69,6 @@ class SpiceController
{
public:
SpiceController();
- SpiceController(const std::string &name);
~SpiceController();
void SetFilename(const std::string &name);