X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.c;h=8a1a7d27cc4b2264052a97390ef7befe67844ec6;hb=31b2dffbbe4ba8528b3562e3aa239be8e430bb47;hp=daa18ad18cf9ff590023994544d9ca087809414b;hpb=eb51015bc39dead34d041ab48fec51a56ba99e7a;p=chaz%2Fopenbox diff --git a/openbox/action.c b/openbox/action.c index daa18ad1..8a1a7d27 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -926,20 +926,6 @@ void action_run_list(GSList *acts, ObClient *c, ObFrameContext context, } } -void action_run_string(const gchar *name, struct _ObClient *c) -{ - ObAction *a; - GSList *l; - - a = action_from_string(name, OB_USER_ACTION_NONE); - g_assert(a); - - l = g_slist_append(NULL, a); - - action_run(l, c, 0); -} - -void action_execute(union ActionData *data) { GError *e = NULL; char *cmd;