]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
use action_run_string for raising/lowering
[chaz/openbox] / openbox / action.c
index daa18ad18cf9ff590023994544d9ca087809414b..8a1a7d27cc4b2264052a97390ef7befe67844ec6 100644 (file)
@@ -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;
This page took 0.02113 seconds and 4 git commands to generate.