aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index 5b0bc22..67c1bda 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -57,12 +57,6 @@ typedef struct {
GtkWidget* vbox;
GtkWidget* mainbar;
GtkWidget* mainbar_label;
-
- //GtkWidget* mainbar_hbox;
- GtkWidget* bar_left;
- GtkWidget* bar_center;
- GtkWidget* bar_right;
-
GtkScrollbar* scbar_v; // Horizontal and Vertical Scrollbar
GtkScrollbar* scbar_h; // (These are still hidden)
GtkAdjustment* bar_v; // Information about document length
@@ -131,8 +125,6 @@ typedef struct {
gchar* load_start_handler;
gchar* load_commit_handler;
gchar* status_format;
- gchar* status_format_center;
- gchar* status_format_right;
gchar* title_format_short;
gchar* title_format_long;
gchar* status_background;