mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-22 01:21:08 +00:00
Merge pull request #479 from Pan7/FixNullWarn
Remove unused var g_cNull
This commit is contained in:
commit
9228a5508b
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue