]> err.no Git - mapper/commitdiff
Remove non-public variables
authorKaj-Michael Lang <milang@onion.tal.org>
Wed, 17 Oct 2007 07:52:28 +0000 (10:52 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Wed, 17 Oct 2007 07:52:28 +0000 (10:52 +0300)
src/map-download.h

index 1fe6b8368033c9e61b4ef8eda16319c37963e5eb..28b5ed24cf871ed0b6d0c505ebfc9f7e2b1e73e7 100644 (file)
@@ -13,9 +13,6 @@ GTree *_pui_tree;
 GTree *_downloading_tree;
 GHashTable *_pui_by_easy;
 
-guint _num_downloads;
-guint _curr_download;
-
 void map_download_init(void);
 void map_initiate_download(guint tilex, guint tiley, guint zoom, gint retries);
 gboolean map_download_timeout();