Remove unused RendererTiles::tile_cols
[geeqie.git] / src / renderer-tiles.cc
index b5f94bb..4101f26 100644 (file)
@@ -125,7 +125,6 @@ struct RendererTiles
 
        gint tile_width;
        gint tile_height;
-       gint tile_cols;         /* count of tile columns */
        GList *tiles;           /* list of buffer tiles */
        gint tile_cache_size;   /* allocated size of pixmaps/pixbufs */
        GList *draw_queue;      /* list of areas to redraw */