summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 4df3893e..b41f0644 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -307,10 +307,6 @@ void client_set_list();
surroundings (struts, etc). */
void client_remaximize(Client *self);
-/*! Shows the window if it should be shown, or hides it
- Used when changing desktops, the window's state, etc. */
-void client_showhide(Client *self);
-
/*! Determines if the client should be shown or hidden currently.
@return TRUE if it should be visible; otherwise, FALSE.
*/