diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 22:41:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-05 10:03:17 +0100 |
commit | c6da7c43e10924597b6566fa5394684299c0a573 (patch) | |
tree | 83449de1af08f9013c89f497d9f8425d12e7d819 /tools/inc/poly.h | |
parent | af3a393700f77b039e88efc2cf2e6eef450677ff (diff) |
callcatcher: unused methods
Diffstat (limited to 'tools/inc/poly.h')
-rw-r--r-- | tools/inc/poly.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h index 08bb5081c726..11eaccc30de4 100644 --- a/tools/inc/poly.h +++ b/tools/inc/poly.h @@ -61,7 +61,6 @@ public: void ImplSetSize( sal_uInt16 nSize, sal_Bool bResize = sal_True ); void ImplCreateFlagArray(); void ImplSplit( sal_uInt16 nPos, sal_uInt16 nSpace, ImplPolygon* pInitPoly = NULL ); - void ImplRemove( sal_uInt16 nPos, sal_uInt16 nCount ); }; // ------------------- |