X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fimage.c;h=aaf98738ee684db060a0d8bf22abf7d7d08169f4;hp=425a6c97b8cf9b1cd9d208b58bf38e386a27be2b;hb=a40d8f1e7f4bace37758d6f0bc4f598652b77b69;hpb=3b69b99bf1e46fe67787290a266a514ab4ebeb02 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;