comparison src/typedefs.h @ 158:63f202592bb1

removed unused variable
author nadvornik
date Mon, 17 Dec 2007 19:34:43 +0000
parents 976fba0add7c
children 08ab6367b4e6
comparison
equal deleted inserted replaced
157:b73743a01384 158:63f202592bb1
255 struct _ImageWindow 255 struct _ImageWindow
256 { 256 {
257 GtkWidget *widget; /* use this to add it and show it */ 257 GtkWidget *widget; /* use this to add it and show it */
258 GtkWidget *pr; 258 GtkWidget *pr;
259 GtkWidget *frame; 259 GtkWidget *frame;
260 GtkWidget *inner_frame;
261 260
262 FileData *image_fd; 261 FileData *image_fd;
263 262
264 gint64 size; /* file size (bytes) */ 263 gint64 size; /* file size (bytes) */
265 time_t mtime; /* file modified time stamp */ 264 time_t mtime; /* file modified time stamp */