From: Laurent Monin Date: Thu, 30 Aug 2012 13:53:29 +0000 (+0200) Subject: Remove commented out code. X-Git-Tag: v1.2~47 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=a40d8f1e7f4bace37758d6f0bc4f598652b77b69 Remove commented out code. --- diff --git a/src/image.c b/src/image.c index 425a6c97..aaf98738 100644 --- a/src/image.c +++ b/src/image.c @@ -345,9 +345,6 @@ static gboolean image_post_process_color(ImageWindow *imd, gint start_row, gbool } imd->cm = (gpointer)cm; -#if 0 - if (run_in_bg) color_man_start_bg(imd->cm, image_post_process_color_cb, imd); -#endif } image_update_util(imd); @@ -1197,19 +1194,6 @@ void image_move_from_image(ImageWindow *imd, ImageWindow *source) imd->color_profile_use_image = source->color_profile_use_image; color_man_free((ColorMan *)imd->cm); imd->cm = NULL; -#if 0 - if (source->cm) - { - ColorMan *cm; - - imd->cm = source->cm; - source->cm = NULL; - - cm = (ColorMan *)imd->cm; - cm->imd = imd; - cm->func_done_data = imd; - } -#endif file_data_unref(imd->read_ahead_fd); source->read_ahead_fd = NULL;