summaryrefslogtreecommitdiff
path: root/svtools/source/table/tablecontrol_impl.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-09 10:15:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-09 10:15:47 +0200
commitfa72a0e94dab1a02c067e8e629f68a548bf2492b (patch)
tree2cb09e00a0cae8a126d9c2cfea279668d0e45e98 /svtools/source/table/tablecontrol_impl.cxx
parentcc725643fded8c9237403f12bb6eed9d964e55c9 (diff)
Remove unused code
Change-Id: Ifaab2aecec65ec6e81056e5fca430df8ca3af908
Diffstat (limited to 'svtools/source/table/tablecontrol_impl.cxx')
-rw-r--r--svtools/source/table/tablecontrol_impl.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx
index 748e59acfba1..82d41e814d6c 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -269,11 +269,6 @@ namespace svt { namespace table
#ifdef DBG_UTIL
- const char* TableControl_Impl_checkInvariants( const void* _pInstance )
- {
- return static_cast< const TableControl_Impl* >( _pInstance )->impl_checkInvariants();
- }
-
namespace
{
template< typename SCALAR_TYPE >