diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-18 14:10:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-18 17:19:18 +0100 |
commit | d710266dbf9e6062c29005a5a76269ed36a66922 (patch) | |
tree | 340046a86778096427290c566ed5db3eec4583c3 /dtrans | |
parent | 3b8e2f2612ca9336935580baffd6577bebd3ee08 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I1d2d3a7867ccea4b7e89a08c0d9e312c676d0188
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/clipb/MtaOleClipb.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dtrans/source/win32/clipb/MtaOleClipb.cxx b/dtrans/source/win32/clipb/MtaOleClipb.cxx index 263e8e0e8852..e3b45a22f73d 100644 --- a/dtrans/source/win32/clipb/MtaOleClipb.cxx +++ b/dtrans/source/win32/clipb/MtaOleClipb.cxx @@ -78,7 +78,6 @@ namespace /* private */ const sal_uInt32 MAX_CLIPEVENT_PROCESSING_TIME = 5000; // msec const sal_Bool MANUAL_RESET = sal_True; - const sal_Bool AUTO_RESET = sal_False; const sal_Bool INIT_NONSIGNALED = sal_False; /* Cannot use osl conditions because they are blocking |