Remove unused var g_cNull

This commit is contained in:
Pan7 2017-04-29 13:25:45 +02:00
parent 83568617ac
commit 12ac550d8b

View file

@ -39,7 +39,6 @@ static GtkLabel *g_pTotalTime = NULL;
static GtkAdjustment *g_pTimeLine = NULL;
static GtkWidget *g_pTrackCamera = NULL;
static GtkWidget *g_pCamName = NULL;
static char *g_cNull = '\0';
#define EVENT_TEXT_COLUMN (0)
#define EVENT_INDEX_COLUMN (1)