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
-4
View File
@@ -54,9 +54,6 @@ public:
YTab* Top() const;
YTab* Bottom() const;
char* PerformancePath() const;
void SetPerformancePath(char* path);
LinearSpec* Solver() const;
void SetInset(float inset);
@@ -167,7 +164,6 @@ private:
BSize fMinSize;
BSize fMaxSize;
BSize fPreferredSize;
char* fPerformancePath;
float fInset;
float fSpacing;