diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2017-01-21 03:27:12 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2017-01-21 03:27:12 +0200 |
commit | efd58dee26a534ba89d41efff44821b2d8967928 (patch) | |
tree | 977758d02449fcef0062d76d44c64ab6083c1e98 | |
parent | ae0a317c20110ade8b9eaef3ecbd2c5781303649 (diff) |
This does not seem to be needed
Change-Id: I3f9a447478062ad4cfbf7bfadfd3fe73523de847
-rw-r--r-- | vcl/source/gdi/sallayout.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx index a3b54e2a21e3..6a970f9f11e1 100644 --- a/vcl/source/gdi/sallayout.cxx +++ b/vcl/source/gdi/sallayout.cxx @@ -39,14 +39,8 @@ #include <limits.h> -#if defined _MSC_VER -#pragma warning(push, 1) -#endif #include <unicode/ubidi.h> #include <unicode/uchar.h> -#if defined _MSC_VER -#pragma warning(pop) -#endif #include <algorithm> #include <memory> |