]> Dogcows Code - chaz/openbox/commitdiff
remove action_run_string, as this is not going to be a common thing I think
authorDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 17:46:27 +0000 (17:46 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 17:46:27 +0000 (17:46 +0000)
openbox/action.c
openbox/action.h

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;
index 78f2176fc0df0722f181dfc67c90e263837d1042..f2ae7cbc1145cd06925a5cb6df74f4c67e9fc86d 100644 (file)
@@ -209,10 +209,6 @@ void action_run_list(GSList *acts, struct _ObClient *c, ObFrameContext context,
 #define action_run(a, c, s) \
     action_run_list(a, c, OB_FRAME_CONTEXT_NONE, s, 0, -1, -1, FALSE, FALSE)
 
-/*! This is only for internal usage, i.e. not meant for user bindings and
-  such! */
-void action_run_string(const gchar *name, struct _ObClient *c);
-
 /* Execute */
 void action_execute(union ActionData *data);
 /* ActivateAction */
This page took 0.025769 seconds and 4 git commands to generate.