From 4f9b072072b263a2a663d5148f4e9f751ca17c6d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 28 Mar 2014 16:12:33 +0100 Subject: Remove remaining DBG_CTOR etc. remnants from toolkit Change-Id: Ia6219ebd5fb2d2644135ec20a986158b68b771fc --- toolkit/source/awt/vclxspinbutton.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'toolkit/source/awt/vclxspinbutton.cxx') diff --git a/toolkit/source/awt/vclxspinbutton.cxx b/toolkit/source/awt/vclxspinbutton.cxx index 3b9a9d02dc1e..1357673bba82 100644 --- a/toolkit/source/awt/vclxspinbutton.cxx +++ b/toolkit/source/awt/vclxspinbutton.cxx @@ -56,21 +56,14 @@ namespace toolkit } } - - //= VCLXSpinButton - - DBG_NAME( VCLXSpinButton ) - VCLXSpinButton::VCLXSpinButton() :maAdjustmentListeners( *this ) { - DBG_CTOR( VCLXSpinButton, NULL ); } VCLXSpinButton::~VCLXSpinButton() { - DBG_DTOR( VCLXSpinButton, NULL ); } -- cgit