summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ink-comboboxentry-action.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ink-comboboxentry-action.cpp b/src/ink-comboboxentry-action.cpp
index b0fd299bb..cd3b3636e 100644
--- a/src/ink-comboboxentry-action.cpp
+++ b/src/ink-comboboxentry-action.cpp
@@ -628,7 +628,6 @@ static gint check_comma_separated_text( Ink_ComboBoxEntry_Action* action ) {
gchar** tokens = g_strsplit( action->text, ",", 0 );
gint i = 0;
- gboolean first = TRUE;
while( tokens[i] != NULL ) {
// Remove any surrounding white space.