aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar keis <keijser@gmail.com>2009-10-18 22:22:43 +0200
committerGravatar keis <keijser@gmail.com>2009-10-19 19:58:26 +0200
commitac94640f72277e23cf82183227dcef8bce196f49 (patch)
treee05f46713181fbd3c1a9d8621aef5576fe857174 /uzbl-core.h
parent1efb501becab71721c2c4d9d48b63fc8127575c1 (diff)
Remove unused actions code.
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h11
1 files changed, 0 insertions, 11 deletions
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);