diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-04 15:28:42 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-04 15:29:55 +0200 |
commit | 8be957adae2db23a385edbb75ebdad1d1ae631dd (patch) | |
tree | 09cc2964b899db1eb68fff481cb41c6b14c4bf5c /vcl/inc | |
parent | 9236a99ad4640cd568abe9040ac37e398c60061f (diff) |
Get rid of silly stderr0 macro
Change-Id: Ibc51fb4cc72163fb643a85ad3f0b6061b7d77ccc
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/salgdi.h | 6 |
1 files changed, 0 insertions, 6 deletions
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: */ |