diff options
author | Thomas White <taw@physics.org> | 2014-08-19 17:21:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-08-19 17:21:49 +0200 |
commit | 922dec7601a54faac4b475bad9ebb5f74c30b61a (patch) | |
tree | 90c2451efba04437074e2f1b2b5e44c3c3a4d0bd /src/dw-hdfsee.c | |
parent | 2e2856a6da556d1b038d7a6f7e5e677732ed3eb5 (diff) |
Clean up a couple of warnings
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r-- | src/dw-hdfsee.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index d59c6784..3bc93ecd 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -518,7 +518,6 @@ static void redraw_window(DisplayWindow *dw) static void set_window_size(DisplayWindow *dw) { gint width; - GdkGeometry geom; if ( dw->image == NULL ) { dw->width = 320; |