diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-02-24 10:13:19 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-02-24 15:18:11 +0100 |
commit | 84b649bf2c7946f1ba6b0dc07bc819a0a2f2eb44 (patch) | |
tree | 3563b41e5f63ad8e76e191c700fc1a592d6a24c9 /SpiceXPI | |
parent | ad25100d49dd9aa85167244ab3c979b2e8933d65 (diff) |
Remove unused global variable
Diffstat (limited to 'SpiceXPI')
-rw-r--r-- | SpiceXPI/src/plugin/controller.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SpiceXPI/src/plugin/controller.cpp b/SpiceXPI/src/plugin/controller.cpp index 131cfc5..23c853b 100644 --- a/SpiceXPI/src/plugin/controller.cpp +++ b/SpiceXPI/src/plugin/controller.cpp @@ -57,8 +57,6 @@ extern "C" { #include "rederrorcodes.h" #include "controller.h" -const char *channel_names[] = { "dummy", "main", "display", "inputs", "cursor", "playback", "record" }; - SpiceController::SpiceController(): m_client_socket(-1) { |