summaryrefslogtreecommitdiffstats
path: root/client/application.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-11-09 11:32:07 +0100
committerHans de Goede <hdegoede@redhat.com>2010-11-09 13:03:57 +0100
commitcec1d980293308fd25e3600cd44eceb208442172 (patch)
tree37e0579852be53a893de3f6becbb5f46318f65d3 /client/application.h
parenta6d76fb0fc797a064c8aaeed51f89c3c0eb29594 (diff)
downloadspice-cec1d980293308fd25e3600cd44eceb208442172.tar.gz
spice-cec1d980293308fd25e3600cd44eceb208442172.tar.xz
spice-cec1d980293308fd25e3600cd44eceb208442172.zip
spicec: Remove empty show / hide gui functions
When compiling without gui support just don't call show / hide gui, rather then making them stubs, this makes it easier to follow what is going on.
Diffstat (limited to 'client/application.h')
-rw-r--r--client/application.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/application.h b/client/application.h
index 19c68a53..0e761ecc 100644
--- a/client/application.h
+++ b/client/application.h
@@ -322,10 +322,6 @@ private:
void create_gui_barrier(RedScreen& screen, int id);
void destroyed_gui_barrier(int id);
void destroyed_gui_barriers();
-#else // USE_GUI
- void show_gui() {}
- void hide_gui() {}
-
#endif // USE_GUI
// returns the press value before operation (i.e., if it was already pressed)