Kaydet (Commit) 8b8311a8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

Change-Id: Ia4eda7adc7685809b69a248f664b6a38dc3ea0e6
üst 264d3746
...@@ -98,8 +98,6 @@ class GridWindow : public Window ...@@ -98,8 +98,6 @@ class GridWindow : public Window
double findMaxX(); double findMaxX();
double findMaxY(); double findMaxY();
void updateRectSize();
void drawGrid(); void drawGrid();
void drawOriginal(); void drawOriginal();
void drawNew(); void drawNew();
...@@ -123,14 +121,7 @@ public: ...@@ -123,14 +121,7 @@ public:
virtual ~GridWindow(); virtual ~GridWindow();
void setBoundings( double fMinX, double fMinY, double fMaxX, double fMaxY ); void setBoundings( double fMinX, double fMinY, double fMaxX, double fMaxY );
double getMinX() { return m_fMinX; }
double getMinY() { return m_fMinY; }
double getMaxX() { return m_fMaxX; }
double getMaxY() { return m_fMaxY; }
int countValues() { return m_nValues; }
double* getXValues() { return m_pXValues; }
double* getOrigYValues() { return m_pOrigYValues; }
double* getNewYValues() { return m_pNewYValues; } double* getNewYValues() { return m_pNewYValues; }
void ChangeMode(int nType); void ChangeMode(int nType);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment