summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index df48b226..451cc162 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -45,9 +45,6 @@ void focus_set_client(struct _ObClient *client);
/*! Focus nothing, but let keyboard events be caught. */
void focus_nothing();
-struct _ObClient* focus_fallback_target(gboolean allow_refocus,
- struct _ObClient *old);
-
/*! Call this when you need to focus something! */
struct _ObClient* focus_fallback(gboolean allow_refocus);