From d4f878c13bf8697fe243c9c70b0c22d3746f8bb1 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Wed, 29 Jan 2014 10:20:44 +0000 Subject: [PATCH] Update globals.cpp Removed graphvis and svgweb paths as part of issue #90 work. --- src/backend/globals.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/backend/globals.cpp b/src/backend/globals.cpp index daa5f450..5b70a498 100644 --- a/src/backend/globals.cpp +++ b/src/backend/globals.cpp @@ -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";