2006-03-28 [colin] 2.0.0cvs179
[claws.git] / src / undo.c
index 9ce75e981c1784cc6f006451de2dbbb61361737c..2676d72df6a8635c0f5947342b77ed6e5a333f54 100644 (file)
@@ -233,8 +233,6 @@ static gint undo_merge(GList *list, guint start_pos, guint end_pos,
        }
 
        if (action == UNDO_ACTION_DELETE) {
-               gboolean checkit = TRUE;
-
                if (last_undo->start_pos != end_pos &&
                    last_undo->start_pos != start_pos) {
                        last_undo->mergeable = FALSE;