Update globals.cpp

Removed graphvis and svgweb paths as part of issue #90 work.
This commit is contained in:
WrinklyNinja
2014-01-29 10:20:44 +00:00
parent fb73549d7a
commit d4f878c13b
-2
View File
@@ -56,8 +56,6 @@ namespace boss {
const boost::filesystem::path g_path_js = boost::filesystem::current_path() / "resources" / "script.js";
const boost::filesystem::path g_path_polyfill = boost::filesystem::current_path() / "resources" / "polyfill.js";
const boost::filesystem::path g_path_l10n = boost::filesystem::current_path() / "resources" / "l10n";
const boost::filesystem::path g_path_graphvis = boost::filesystem::current_path() / "resources" / "graphvis" / "dot.exe";
const boost::filesystem::path g_path_svgweb = boost::filesystem::current_path() / "resources" / "svgweb" / "svg.js";
const boost::filesystem::path g_path_local = GetLocalAppDataPath() / "BOSS";
const boost::filesystem::path g_path_settings = g_path_local / "settings.yaml";
const boost::filesystem::path g_path_log = g_path_local / "BOSSDebugLog.txt";