Update globals.h

Removed graphvis and svgweb paths as part of issue #90 work.
This commit is contained in:
WrinklyNinja
2014-01-29 10:20:58 +00:00
parent d4f878c13b
commit 3613bb13cc
-2
View File
@@ -60,8 +60,6 @@ namespace boss {
extern const boost::filesystem::path g_path_polyfill;
extern const boost::filesystem::path g_path_log;
extern const boost::filesystem::path g_path_l10n;
extern const boost::filesystem::path g_path_graphvis;
extern const boost::filesystem::path g_path_svgweb;
}
#endif