Remove unused RendererTiles::tile_cols
authorArkadiy Illarionov <qarkai@gmail.com>
Sat, 23 Mar 2024 20:38:05 +0000 (23:38 +0300)
committerColin Clark <colin.clark@cclark.uk>
Sun, 24 Mar 2024 09:47:45 +0000 (09:47 +0000)
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 */