diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-27 10:43:16 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-28 08:32:01 +0200 |
commit | 926583bd37fafad7f8eda82845f8d491eb41f7bf (patch) | |
tree | 29d9a57267bc30a6a9115a1a87d080b570736586 /vcl/unx | |
parent | 9ee630ee01b890183d8e683d961d7c7337c54155 (diff) |
debug only code SalDisplay::PrintInfo()
Change-Id: I9ead37ff69dc7198faae6758a346111ed1d029e3
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/app/saldisp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/app/saldisp.cxx b/vcl/unx/generic/app/saldisp.cxx index 23d296c0ed7b..fda0b3d9517a 100644 --- a/vcl/unx/generic/app/saldisp.cxx +++ b/vcl/unx/generic/app/saldisp.cxx @@ -2150,7 +2150,6 @@ void SalDisplay::DbgPrintDisplayEvent(const char *pComment, XEvent *pEvent) cons pEvent->xany.send_event, pEvent->xany.window ); } -#endif void SalDisplay::PrintInfo() const { @@ -2193,6 +2192,7 @@ void SalDisplay::PrintInfo() const << " 0x" << GetVisual(m_nXDefaultScreen).green_mask << " 0x" << GetVisual(m_nXDefaultScreen).blue_mask); } +#endif void SalDisplay::addXineramaScreenUnique( int i, long i_nX, long i_nY, long i_nWidth, long i_nHeight ) { |