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 f5dbbe9 commit 3b69b99
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/image-overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,13 +762,6 @@ static void image_overlay_set(ImageWindow *imd, gint id, GdkPixbuf *pixbuf, gint
pixbuf_renderer_overlay_set((PixbufRenderer *)imd->pr, id, pixbuf, x, y);
}

#if 0 /* unused for now */
static gint image_overlay_get(ImageWindow *imd, gint id, GdkPixbuf **pixbuf, gint *x, gint *y)
{
return pixbuf_renderer_overlay_get((PixbufRenderer *)imd->pr, id, pixbuf, x, y);
}
#endif

static void image_overlay_remove(ImageWindow *imd, gint id)
{
pixbuf_renderer_overlay_remove((PixbufRenderer *)imd->pr, id);
Expand Down Expand Up @@ -1034,15 +1027,6 @@ static void image_osd_free(OverlayStateData *osd)
g_free(osd);
}

#if 0
static void image_osd_remove(ImageWindow *imd)
{
OverlayStateData *osd = image_get_osd_data(imd);

if (osd) image_osd_free(osd);
}
#endif

static void image_osd_destroy_cb(GtkWidget *widget, gpointer data)
{
OverlayStateData *osd = data;
Expand Down

0 comments on commit 3b69b99

Please sign in to comment.