Merge pull request #479 from Pan7/FixNullWarn

Remove unused var g_cNull
This commit is contained in:
Timothee "TTimo" Besset 2017-04-30 14:51:36 -05:00 committed by GitHub
commit 9228a5508b
1 changed files with 0 additions and 1 deletions

View File

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