From: Laurent Monin Date: Thu, 30 Aug 2012 13:53:28 +0000 (+0200) Subject: Remove commented out code. X-Git-Tag: v1.2~57 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=07edd520432046277c9517363e8a13c77d69a80e Remove commented out code. --- diff --git a/src/collect-dlg.c b/src/collect-dlg.c index 1a72dbe3..2194d771 100644 --- a/src/collect-dlg.c +++ b/src/collect-dlg.c @@ -234,21 +234,6 @@ static void collection_save_or_load_dialog(const gchar *path, void collection_dialog_save_as(gchar *path, CollectionData *cd) { -#if 0 - if (!cd->list) - { - GtkWidget *parent = NULL; - CollectWindow *cw; - - cw = collection_window_find(cd); - if (cw) parent = cw->window; - file_util_warning_dialog(_("Collection empty"), - _("The current collection is empty, save aborted."), - GTK_STOCK_DIALOG_INFO, parent); - return; - } -#endif - if (!path) path = cd->path; if (!path) path = cd->name;