From 0d187e66943aca2b60dcf193bf6022e68486e8bd Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Sat, 2 Feb 2013 10:45:22 +0100 Subject: [PATCH] Remove SCM variables from file::variables --- Frameworks/file/src/path_info.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/Frameworks/file/src/path_info.cc b/Frameworks/file/src/path_info.cc index e812724c..09312e86 100644 --- a/Frameworks/file/src/path_info.cc +++ b/Frameworks/file/src/path_info.cc @@ -142,9 +142,6 @@ namespace file std::map map; if(path != NULL_STR) { - if(scm::info_ptr info = scm::info(path::parent(path))) - map = info->variables(); - map["TM_DISPLAYNAME"] = path::display_name(path); map["TM_FILEPATH"] = path; map["TM_FILENAME"] = path::name(path);