comment out Scene_parentSelected() codes

This commit is contained in:
Garux
2018-06-10 01:27:49 +03:00
parent f0057a86f4
commit 645c2f479c
3 changed files with 4 additions and 4 deletions

View File

@@ -1887,7 +1887,7 @@ std::size_t Scene_countSelectedBrushes( scene::Graph& graph ){
graph.traverse( CountSelectedBrushes( count ) );
return count;
}
#if 0
enum ENodeType
{
eNodeUnknown,
@@ -1978,7 +1978,7 @@ public:
globalWarningStream() << "failed - did not find two selected nodes.\n";
}
}
#endif
void NewMap(){