From 8be957adae2db23a385edbb75ebdad1d1ae631dd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 4 Jan 2016 15:28:42 +0200 Subject: Get rid of silly stderr0 macro Change-Id: Ibc51fb4cc72163fb643a85ad3f0b6061b7d77ccc --- vcl/inc/unx/salgdi.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vcl/inc') diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index 59a5dc43bd59..690a66679694 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -351,12 +351,6 @@ inline Display *X11SalGraphics::GetXDisplay() const inline Pixel X11SalGraphics::GetPixel( SalColor nSalColor ) const { return GetColormap().GetPixel( nSalColor ); } -#ifdef DBG_UTIL -#define stderr0( s ) fprintf( stderr, s ) -#else -#define stderr0( s ) ; -#endif - #endif // INCLUDED_VCL_INC_UNX_SALGDI_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit