Mercurial > geeqie.yaz
changeset 246:bee34a6a4aec
Drop 3 unused variables and comment out 2 unused functions.
author | zas_ |
---|---|
date | Thu, 03 Apr 2008 22:06:31 +0000 |
parents | 62f2f8f7cb2d |
children | 5b5376acdf7c |
files | src/layout_image.c |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/layout_image.c Thu Apr 03 22:03:14 2008 +0000 +++ b/src/layout_image.c Thu Apr 03 22:06:31 2008 +0000 @@ -68,7 +68,7 @@ * full screen *---------------------------------------------------------------------------- */ - +#if 0 static void layout_image_fullscreen_menu_pos_cb(GtkMenu *menu, gint *x, gint *y, gboolean *push_in, gpointer data) { LayoutWindow *lw = data; @@ -87,7 +87,6 @@ gtk_menu_popup(GTK_MENU(menu), NULL, NULL, layout_image_fullscreen_menu_pos_cb, lw, 0, GDK_CURRENT_TIME); } -#if 0 /* this is handled by layout_key_press_cb */ @@ -1729,10 +1728,6 @@ void layout_image_activate(LayoutWindow *lw, gint i) { FileData *fd; - - gchar *base; - gint row; - gint j; if (!lw->split_images[i]) return;