From 6240967cfc6fe17534db9a64c24113ced3f720be Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 24 May 2015 13:12:38 +0100 Subject: callcatcher: update unused code Change-Id: I1f2a94cdcd4329af68d946ff0a74ddec4ac1c590 --- include/svtools/treelistbox.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svtools') diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx index b96ecd2a5e44..7a5084d52508 100644 --- a/include/svtools/treelistbox.hxx +++ b/include/svtools/treelistbox.hxx @@ -757,8 +757,6 @@ public: SvTreeListEntry* GetEntry( const Point& rPos, bool bHit = false ) const; - long PaintEntry(SvTreeListEntry* pEntry, long nLine, vcl::RenderContext& rRenderContext, - SvLBoxTabFlags nTabFlagMask = SvLBoxTabFlags::ALL); virtual Rectangle GetFocusRect( SvTreeListEntry*, long nLine ); // Respects indentation virtual sal_IntPtr GetTabPos( SvTreeListEntry*, SvLBoxTab* ); -- cgit