[libshumate/tintou/version] NetworkTileSource: Remove variable leftover



commit 51c3684a8480be4a24c702036e63bc2a508eac22
Author: Corentin Noël <corentin noel collabora com>
Date:   Wed Sep 8 09:39:44 2021 +0200

    NetworkTileSource: Remove variable leftover

 shumate/shumate-network-tile-source.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/shumate/shumate-network-tile-source.c b/shumate/shumate-network-tile-source.c
index 72cd1a6..40bdb06 100644
--- a/shumate/shumate-network-tile-source.c
+++ b/shumate/shumate-network-tile-source.c
@@ -213,7 +213,6 @@ shumate_network_tile_source_class_init (ShumateNetworkTileSourceClass *klass)
 {
   ShumateMapSourceClass *map_source_class = SHUMATE_MAP_SOURCE_CLASS (klass);
   GObjectClass *object_class = G_OBJECT_CLASS (klass);
-  GParamSpec *pspec;
 
   object_class->constructed = shumate_network_tile_source_constructed;
   object_class->finalize = shumate_network_tile_source_finalize;


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