From 85c7635b9b163face21b460de7fd3877baea321b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 26 Jun 2007 12:55:14 +0000 Subject: remove the highlight action. its not useful without event bindings --- openbox/actions/highlight.c | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'openbox/actions/highlight.c') diff --git a/openbox/actions/highlight.c b/openbox/actions/highlight.c index 95ba7723..e69de29b 100644 --- a/openbox/actions/highlight.c +++ b/openbox/actions/highlight.c @@ -1,21 +0,0 @@ -#include "openbox/actions.h" -#include "openbox/client.h" - -static gboolean run_func(ObActionsData *data, gpointer options); - -void action_highlight_startup() -{ - actions_register("Highlight", - NULL, NULL, - run_func, - NULL, NULL); -} - -/* Always return FALSE because its not interactive */ -static gboolean run_func(ObActionsData *data, gpointer options) -{ - if (data->client) - client_hilite(data->client, TRUE); - - return FALSE; -} -- cgit v1.2.3