2006-03-01 [colin] 2.0.0cvs95
[claws.git] / src / undo.c
index fefac6248138878299f42fb0330c732e799e6c82..e5ae0676e652701b730762c3fcd1f09ad423a095 100644 (file)
@@ -612,10 +612,6 @@ void undo_delete_text_cb(GtkTextBuffer *textbuf, GtkTextIter *start,
 
 void undo_paste_clipboard_cb(GtkTextView *textview, UndoMain *undostruct)
 {
-#if 0
-       if (editable->clipboard_text == NULL) return;
-#endif
-
        if (prefs_common.undolevels > 0)
                if (undo_get_selection(textview, NULL, NULL))
                        undostruct->paste = TRUE;