[atomix] More cleanup



commit fe265451e1a1a300a6d6728d215220c59df548df
Author: Robert Roth <robert roth off gmail com>
Date:   Fri Feb 13 14:22:34 2015 +0200

    More cleanup

 src/theme.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/theme.c b/src/theme.c
index 4c1ccce..bc37605 100644
--- a/src/theme.c
+++ b/src/theme.c
@@ -285,7 +285,6 @@ gboolean theme_apply_decoration (Theme *theme, Tile *tile)
 GdkPixbuf *theme_get_tile_image (Theme *theme, Tile *tile)
 {
   ThemePrivate *priv;
-  TileType type;
   GQuark image_id;
   ThemeImage *ti = NULL;
   GdkPixbuf *underlay_pb = NULL;
@@ -299,7 +298,6 @@ GdkPixbuf *theme_get_tile_image (Theme *theme, Tile *tile)
 
   priv = theme->priv;
 
-  type = tile_get_tile_type (tile);
   image_id = tile_get_base_id (tile);
 
   underlay_pb = create_sub_images (theme, tile, TILE_SUB_UNDERLAY);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]