From 5045f2be71b9a548e9fb754831a9cca497db9002 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 13 Aug 2015 15:58:55 +0200 Subject: Remove #ifdef ENABLE_TRACING code ...assumming nobody actively uses it for debugging anymore, anyway Change-Id: I097c0cca791a48844550be4c326fa2483a3df231 --- vcl/osx/a11yfocustracker.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vcl/osx') diff --git a/vcl/osx/a11yfocustracker.cxx b/vcl/osx/a11yfocustracker.cxx index 47dd65242fc2..0f3182deaffc 100644 --- a/vcl/osx/a11yfocustracker.cxx +++ b/vcl/osx/a11yfocustracker.cxx @@ -254,10 +254,6 @@ void AquaA11yFocusTracker::window_got_focus(vcl::Window *pWindow) m_aDocumentWindowList.insert(pWindow); m_xDocumentFocusListener->attachRecursive(xAccessible, xContext, xStateSet); } -#ifdef ENABLE_TRACING - else - fprintf(stderr, "Window %p already in the list\n", pWindow ); -#endif } } -- cgit