[Spice-devel] [spice-xpi PATCHv2 05/12] Remove unused controller constructor
Christophe Fergeau
cfergeau at redhat.com
Wed Mar 13 03:15:39 PDT 2013
---
SpiceXPI/src/plugin/controller-unix.cpp | 6 ------
SpiceXPI/src/plugin/controller.h | 1 -
2 files changed, 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);
--
1.8.1.4
More information about the Spice-devel
mailing list