summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-02 13:25:14 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-02 13:25:14 +0200
commit07abe301396f9b0fbfca67d4b4f6df6b9fdf6e82 (patch)
tree0aae75aadd6aa1d0eeba91229922711a291bab07 /global.h
parent7107c0f96f10303ea49bf5dc27f525e4cbc191d9 (diff)
downloadtapasboard-07abe301396f9b0fbfca67d4b4f6df6b9fdf6e82.tar.gz
tapasboard-07abe301396f9b0fbfca67d4b4f6df6b9fdf6e82.zip
use a qnetworkdiskcache for images instead of custom provider
Diffstat (limited to 'global.h')
-rw-r--r--global.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/global.h b/global.h
index 9eefb17..4ecc890 100644
--- a/global.h
+++ b/global.h
@@ -2,7 +2,6 @@
#define GLOBAL_H
#include "boardmanager.h"
-#include "imageprovider.h"
/** Time the forum config settings should be considered up to date, in days. */
#define BOARD_CONFIG_TTL 2
@@ -30,6 +29,5 @@
// Some singletons
extern BoardManager *board_manager;
-extern ImageProvider *image_provider;
#endif // GLOBAL_H