[atomix] More cleanup
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atomix] More cleanup
- Date: Fri, 13 Feb 2015 12:22:43 +0000 (UTC)
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]