summaryrefslogtreecommitdiff
path: root/openbox/action.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-26 17:46:27 +0000
committerDana Jansens <danakj@orodu.net>2003-09-26 17:46:27 +0000
commit1241a0cf0da3b7aee0e5df26e74fc517021ff2ba (patch)
tree0270ed479cdc4f0f02e9e4361415022656acb2ad /openbox/action.c
parenta51d2082bd28baa11e28441bc0fb4016150618df (diff)
remove action_run_string, as this is not going to be a common thing I think
Diffstat (limited to 'openbox/action.c')
-rw-r--r--openbox/action.c14
1 files changed, 0 insertions, 14 deletions
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;