Skip to content

Commit

Permalink
Remove commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Aug 30, 2012
1 parent 3e99d73 commit bb4cf08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pixbuf-renderer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,9 +1262,6 @@ static void pr_zoom_adjust_real(PixbufRenderer *pr, gdouble increment,

static void pr_update_signal(PixbufRenderer *pr)
{
#if 0
log_printf("FIXME: send updated signal\n");
#endif
DEBUG_1("%s pixbuf renderer updated - started drawing %p, img: %dx%d", get_exec_time(), pr, pr->image_width, pr->image_height);
pr->debug_updated = TRUE;
}
Expand Down

0 comments on commit bb4cf08

Please sign in to comment.