diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-16 21:32:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-16 21:32:10 +0200 |
commit | 861fc6ce60171e964e68bcb7681626fe28fd1cb2 (patch) | |
tree | 886a99fae8d55bd44b2a8613c389bc6aa8c6f71a /vcl/unx/generic/app/saldata.cxx | |
parent | ec4977278ba3d153f0913c72450e72a6ed21d593 (diff) |
Bin some pointless comments and ASCII graphics
Change-Id: Ib7b176eb1889ebd94d4b628899011de9ebbb3dbd
Diffstat (limited to 'vcl/unx/generic/app/saldata.cxx')
-rw-r--r-- | vcl/unx/generic/app/saldata.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx index b7c7ee93cc36..c7f5351dc137 100644 --- a/vcl/unx/generic/app/saldata.cxx +++ b/vcl/unx/generic/app/saldata.cxx @@ -59,7 +59,6 @@ #include <tools/debug.hxx> #include <vcl/svapp.hxx> -// -=-= <signal.h> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #ifndef UNX #ifndef SIGBUS #define SIGBUS 10 @@ -81,7 +80,6 @@ X11SalData* GetX11SalData() return p2; } -// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= static const struct timeval noyield__ = { 0, 0 }; static const struct timeval yield__ = { 0, 10000 }; @@ -217,9 +215,6 @@ static const char* XRequest[] = { "X_NoOperation" }; -// -=-= SalData =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - X11SalData::X11SalData( SalGenericDataType t, SalInstance *pInstance ) : SalGenericData( t, pInstance ) { @@ -301,9 +296,6 @@ void X11SalData::PopXErrorLevel() } } -// -=-= C statics =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - int X11SalData::XErrorHdl( Display *pDisplay, XErrorEvent *pEvent ) { GetX11SalData()->XError( pDisplay, pEvent ); @@ -341,9 +333,6 @@ int X11SalData::XIOErrorHdl( Display * ) } - -// -=-= SalXLib =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= SalXLib::SalXLib() { m_aTimeout.tv_sec = 0; |