Remove unused 'PerformancePath' stuff.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user