Remove no longer used global variable

This should've been removed in the previous commit (oops).
This commit is contained in:
Matthew Brush 2011-10-14 21:23:52 -07:00
parent 389d996b83
commit a670edfbe5

View File

@ -59,7 +59,6 @@ static gboolean clean = TRUE;
static GModule *module = NULL;
static struct VteFunctions *vf;
static gchar *gtk_menu_key_accel = NULL;
static gint vte_prefs_tab_num = -1;
/* use vte wordchars to select paths */
static const gchar VTE_WORDCHARS[] = "-A-Za-z0-9,./?%&#:_";