remove obsolete code
authorRobert Manea <gotmor@gmail.com>
Sun, 26 Jul 2009 15:08:49 +0000 (17:08 +0200)
committerRobert Manea <gotmor@gmail.com>
Sun, 26 Jul 2009 15:08:49 +0000 (17:08 +0200)
uzbl.h

diff --git a/uzbl.h b/uzbl.h
index 00a7814..b6228a0 100644 (file)
--- a/uzbl.h
+++ b/uzbl.h
  *
  */
 
-enum {
-  /* statusbar symbols */
-  SYM_TITLE, SYM_URI, SYM_NAME,
-  SYM_LOADPRGS, SYM_LOADPRGSBAR,
-  SYM_KEYCMD, SYM_MODE, SYM_MSG,
-  SYM_SELECTED_URI,
-};
-
-const struct {
-    gchar *symbol_name;
-    guint symbol_token;
-} symbols[] = {
-    {"KEYCMD",               SYM_KEYCMD},
-
-    {NULL,                   0}
-}, *symp = symbols;
-
 /* status bar elements */
 typedef struct {
     gint           load_progress;