aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2009-11-04 10:43:04 +0100
committerGravatar Rob <rob.manea@gmail.com>2009-11-04 10:43:04 +0100
commit09ca0253c7984296bbb2b62a2106892eca75ac0e (patch)
tree85537585529bd261fe18b39c95cebfb480b1cf46 /uzbl-core.h
parent724086a6b2a48330b3655ca4b75327d358fe0ed7 (diff)
remove obsolete code
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index c3fbc12..8c432f0 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -43,7 +43,6 @@
/* status bar elements */
typedef struct {
- gint load_progress;
gchar *msg;
} StatusBar;
@@ -81,7 +80,7 @@ enum { FIFO, SOCKET};
typedef struct {
gchar *fifo_path;
gchar *socket_path;
- /* stores (key)"variable name" -> (value)"pointer to this var*/
+ /* stores (key)"variable name" -> (value)"pointer to var*/
GHashTable *proto_var;
gchar *sync_stdout;
@@ -121,9 +120,6 @@ typedef struct {
/* behaviour */
typedef struct {
- gchar* load_finish_handler;
- gchar* load_start_handler;
- gchar* load_commit_handler;
gchar* status_format;
gchar* title_format_short;
gchar* title_format_long;