Remove unused 'PerformancePath' stuff.

This commit is contained in:
Alex Wilson
2012-05-03 08:44:14 +12:00
parent c3e57dc36d
commit fefa17f47e
2 changed files with 0 additions and 30 deletions
-26
View File
@@ -53,8 +53,6 @@ BALMLayout::BALMLayout(float spacing, BALMLayout* friendLayout)
fMinSize = kUnsetSize;
fMaxSize = kUnsetSize;
fPreferredSize = kUnsetSize;
fPerformancePath = NULL;
}
@@ -971,30 +969,6 @@ BALMLayout::DoLayout()
}
/**
* Gets the path of the performance log file.
*
* @return the path of the performance log file
*/
char*
BALMLayout::PerformancePath() const
{
return fPerformancePath;
}
/**
* Sets the path of the performance log file.
*
* @param path the path of the performance log file
*/
void
BALMLayout::SetPerformancePath(char* path)
{
fPerformancePath = path;
}
LinearSpec*
BALMLayout::Solver() const
{