Remove unused 'PerformancePath' stuff.
This commit is contained in:
@@ -54,9 +54,6 @@ public:
|
|||||||
YTab* Top() const;
|
YTab* Top() const;
|
||||||
YTab* Bottom() const;
|
YTab* Bottom() const;
|
||||||
|
|
||||||
char* PerformancePath() const;
|
|
||||||
void SetPerformancePath(char* path);
|
|
||||||
|
|
||||||
LinearSpec* Solver() const;
|
LinearSpec* Solver() const;
|
||||||
|
|
||||||
void SetInset(float inset);
|
void SetInset(float inset);
|
||||||
@@ -167,7 +164,6 @@ private:
|
|||||||
BSize fMinSize;
|
BSize fMinSize;
|
||||||
BSize fMaxSize;
|
BSize fMaxSize;
|
||||||
BSize fPreferredSize;
|
BSize fPreferredSize;
|
||||||
char* fPerformancePath;
|
|
||||||
|
|
||||||
float fInset;
|
float fInset;
|
||||||
float fSpacing;
|
float fSpacing;
|
||||||
|
|||||||
@@ -53,8 +53,6 @@ BALMLayout::BALMLayout(float spacing, BALMLayout* friendLayout)
|
|||||||
fMinSize = kUnsetSize;
|
fMinSize = kUnsetSize;
|
||||||
fMaxSize = kUnsetSize;
|
fMaxSize = kUnsetSize;
|
||||||
fPreferredSize = 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*
|
LinearSpec*
|
||||||
BALMLayout::Solver() const
|
BALMLayout::Solver() const
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user