summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 38480a66..cbb80ede 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -494,9 +494,6 @@ gboolean client_can_focus(ObClient *self);
*/
gboolean client_focus(ObClient *self);
-/*! Remove focus from the client window */
-void client_unfocus(ObClient *self);
-
/*! Activates the client for use, focusing, uniconifying it, etc. To be used
when the user deliberately selects a window for use.
@param here If true, then the client is brought to the current desktop;