logic: removed FilterUndefinedNodesFromGraph setting

because it is confusing and not necessary anymore since we have bundled nodes.
This commit is contained in:
Eberhard Graether
2015-07-18 13:46:03 +02:00
parent 5722b4dc23
commit 85d2ebc32a
4 changed files with 0 additions and 34 deletions
-5
View File
@@ -21,11 +21,6 @@ std::string ApplicationSettings::getStartupProjectFilePath() const
return getValue<std::string>("StartupProject", "");
}
bool ApplicationSettings::filterUndefinedNodesFromGraph() const
{
return getValue<bool>("FilterUndefinedNodesFromGraph", false);
}
std::string ApplicationSettings::getFontName() const
{
return getValue<std::string>("application/font_name", "Source Code Pro");