1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 18:29:23 +02:00

cleanup: unused static variable

This commit is contained in:
Nikolay Pultsin 2012-05-08 00:57:25 +01:00
parent 9017ad8ea4
commit fce4306ea0

View file

@ -36,8 +36,6 @@
#include "../../bookmodel/BookReader.h"
#include "../../bookmodel/BookModel.h"
static const bool USE_CSS = false;
std::map<std::string,XHTMLTagAction*> XHTMLReader::ourTagActions;
XHTMLTagAction::~XHTMLTagAction() {