Read backend from world.mt, closes #6

This commit is contained in:
sfan5
2014-07-08 14:54:27 +02:00
parent fe534d9026
commit 20691186b5
7 changed files with 80 additions and 73 deletions

View File

@ -86,7 +86,6 @@ private:
bool m_drawAlpha;
bool m_shading;
int m_border;
std::string m_backend;
DB *m_db;
gdImagePtr m_image;
@ -114,4 +113,3 @@ private:
}; // class TileGenerator
#endif // TILEGENERATOR_HEADER