diff options
Diffstat (limited to 'include/vcl/edit.hxx')
-rw-r--r-- | include/vcl/edit.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx index 3d4d8a790aa4..2606eb27b9d0 100644 --- a/include/vcl/edit.hxx +++ b/include/vcl/edit.hxx @@ -235,8 +235,6 @@ public: virtual Size CalcSize(sal_Int32 nChars) const; sal_Int32 GetMaxVisChars() const; - sal_Int32 GetCharPos( const Point& rWindowPos ) const; - // shows a warning box saying "text too long, truncated" static void ShowTruncationWarning(weld::Widget* pParent); |