Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2013-03-02 22:31:32 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2013-03-02 22:31:32 +0400
commit6645551aedf6c6e61094f8a5eb70efec89d4e19b (patch)
treee0983c3ea6367fd898cb2244f416d828ac287f25 /source/blender/freestyle/intern/application/AppConfig.cpp
parent3b953c39c3f20e0e0285e29358ed57ee2d6a9038 (diff)
Removed paths to a browser command and help index that are no longer used in Freestyle for Blender.
Review comment from Campbell.
Diffstat (limited to 'source/blender/freestyle/intern/application/AppConfig.cpp')
-rw-r--r--source/blender/freestyle/intern/application/AppConfig.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/freestyle/intern/application/AppConfig.cpp b/source/blender/freestyle/intern/application/AppConfig.cpp
index f687117c762..c8ebc45d7eb 100644
--- a/source/blender/freestyle/intern/application/AppConfig.cpp
+++ b/source/blender/freestyle/intern/application/AppConfig.cpp
@@ -64,13 +64,6 @@ void Path::setRootDir(const string& iRootDir)
if (getenv("PYTHONPATH")) {
_PythonPath += string(PATH_SEP.c_str()) + string(getenv("PYTHONPATH"));
}
-#ifdef WIN32
- _BrowserCmd = "C:\\Program Files\\Internet Explorer\\iexplore.exe %s";
-#else
- _BrowserCmd = "mozilla %s";
-#endif
- _HelpIndexPath = _ProjectDir + string(DIR_SEP.c_str()) + "doc" + string(DIR_SEP.c_str()) + "html" +
- string(DIR_SEP.c_str()) + "index.html";
_EnvMapDir = _ProjectDir + string(DIR_SEP.c_str()) + "data" + string(DIR_SEP.c_str()) + "env_map" +
string(DIR_SEP.c_str());
_MapsDir = _ProjectDir + string(DIR_SEP.c_str()) + "data" + string(DIR_SEP.c_str()) + "maps" +