From ac94640f72277e23cf82183227dcef8bce196f49 Mon Sep 17 00:00:00 2001 From: keis Date: Sun, 18 Oct 2009 22:22:43 +0200 Subject: Remove unused actions code. --- uzbl-core.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'uzbl-core.h') diff --git a/uzbl-core.h b/uzbl-core.h index 51cf4e1..1c1a287 100644 --- a/uzbl-core.h +++ b/uzbl-core.h @@ -205,11 +205,6 @@ extern UzblCore uzbl; typedef void sigfunc(int); -typedef struct { - char* name; - char* param; -} Action; - /* XDG Stuff */ typedef struct { gchar* environmental; @@ -254,12 +249,6 @@ print(WebKitWebView *page, GArray *argv, GString *result); void commands_hash(void); -void -free_action(gpointer act); - -Action* -new_action(const gchar *name, const gchar *param); - bool file_exists (const char * filename); -- cgit v1.2.3