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 36e1b238..e7ee3085 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -417,9 +417,6 @@ void client_set_state(Client *self, Atom action, long data1, long data2);
Client passed to it or another Client if appropriate. */
Client *client_focus_target(Client *self);
-/* Returns if a client can be focused or not */
-gboolean client_focusable(Client *self);
-
/*! Attempt to focus the client window */
gboolean client_focus(Client *self);