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 48c99ae..5c291e5 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -41,12 +41,6 @@
#define LENGTH(x) (sizeof x / sizeof x[0])
-/* status bar elements */
-typedef struct {
- gchar *msg;
-} StatusBar;
-
-
/* gui elements */
typedef struct {
GtkWidget* main_window;
@@ -68,8 +62,6 @@ typedef struct {
GtkWidget *inspector_window;
WebKitWebInspector *inspector;
- StatusBar sbar;
-
/* custom context menu item */
GPtrArray *menu_items;
} GUI;