From 3613bb13cc14aa2155c5030e6f888a33a4ed6a90 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Wed, 29 Jan 2014 10:20:58 +0000 Subject: [PATCH] Update globals.h Removed graphvis and svgweb paths as part of issue #90 work. --- src/backend/globals.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/backend/globals.h b/src/backend/globals.h index 15dbf9ee..839ac388 100644 --- a/src/backend/globals.h +++ b/src/backend/globals.h @@ -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