extensions/source/scanner/grid.cxx |   11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

New commits:
commit 8b8311a8670945c423b5d0eb419613e2a171cc23
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Jun 12 15:05:37 2014 +0200

    loplugin:unreffun
    
    Change-Id: Ia4eda7adc7685809b69a248f664b6a38dc3ea0e6

diff --git a/extensions/source/scanner/grid.cxx 
b/extensions/source/scanner/grid.cxx
index 4de38de..51c25c4 100644
--- a/extensions/source/scanner/grid.cxx
+++ b/extensions/source/scanner/grid.cxx
@@ -98,8 +98,6 @@ class GridWindow : public Window
     double findMaxX();
     double findMaxY();
 
-    void updateRectSize();
-
     void drawGrid();
     void drawOriginal();
     void drawNew();
@@ -123,14 +121,7 @@ public:
     virtual ~GridWindow();
 
     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; }
 
     void ChangeMode(int nType);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to