diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-30 14:37:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-30 17:40:11 +0100 |
commit | 8eccadb49ede6277cfe7086d64b523c8eb847e91 (patch) | |
tree | 07b35d012bea34b67bcb18105548e9543023ff5f /dtrans | |
parent | fa1eba9b761ec2932a8655d0561bdf36403f490c (diff) |
-Werror,-Wunused-const-variable (clang-cl)
Change-Id: I3a1ebc4cc4cadd3b4a69b772addbb51eace84e27
Reviewed-on: https://gerrit.libreoffice.org/67142
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
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 d935713b8e43..02a5f309aa14 100644 --- a/dtrans/source/win32/clipb/MtaOleClipb.cxx +++ b/dtrans/source/win32/clipb/MtaOleClipb.cxx @@ -61,7 +61,6 @@ namespace /* private */ const sal_uInt32 MAX_WAITTIME = 10000; // msec const sal_uInt32 MAX_WAIT_SHUTDOWN = 10000; // msec - const sal_uInt32 MAX_CLIPEVENT_PROCESSING_TIME = 5000; // msec const bool MANUAL_RESET = true; const bool INIT_NONSIGNALED = false; |