diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-06 13:30:15 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-06 13:30:33 +0100 |
commit | 099a6640faedaac28e04536c6195a3fff128af75 (patch) | |
tree | 00fd24b07745d9930983c2cbed0efa20503140cf /dtrans/source | |
parent | a4008f30934534571ce978fc874448a5cd08855d (diff) |
Remove dead code
Diffstat (limited to 'dtrans/source')
-rw-r--r-- | dtrans/source/os2/clipb/Os2Clipboard.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/os2/clipb/Os2Transferable.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dtrans/source/os2/clipb/Os2Clipboard.cxx b/dtrans/source/os2/clipb/Os2Clipboard.cxx index 0295616c0354..c57c394e420d 100644 --- a/dtrans/source/os2/clipb/Os2Clipboard.cxx +++ b/dtrans/source/os2/clipb/Os2Clipboard.cxx @@ -75,7 +75,6 @@ MRESULT EXPENTRY DtransObjWndProc( HWND hWnd, ULONG nMsg, MPARAM nMP1, MPARAM nM Os2Clipboard* os2Clipboard = GetWindowPtr( hWnd); if (os2Clipboard) { - //MutexGuard aGuard(os2Clipboard->m_aMutex); debug_printf("WM_DRAWCLIPBOARD os2Clipboard %08x\n", os2Clipboard); if (os2Clipboard->m_bInSetClipboardData) { diff --git a/dtrans/source/os2/clipb/Os2Transferable.hxx b/dtrans/source/os2/clipb/Os2Transferable.hxx index 025f49544c42..39126e522280 100644 --- a/dtrans/source/os2/clipb/Os2Transferable.hxx +++ b/dtrans/source/os2/clipb/Os2Transferable.hxx @@ -42,7 +42,6 @@ #define CHAR_POINTER(THE_OUSTRING) ::rtl::OUStringToOString (THE_OUSTRING, RTL_TEXTENCODING_UTF8).pData->buffer #if OSL_DEBUG_LEVEL > 1 -//extern "C" int debug_printf(const char *f, ...); #define debug_printf( ...) { 1; } #else #define debug_printf( ...) { 1; } |