diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-11-08 15:05:57 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-11-08 19:40:01 +0100 |
commit | 27ad8ca01c9691e539fea37d018d7892377f403f (patch) | |
tree | bec997ec6eb359c55321e33db88ad6ddfbdf0e00 /vcl/quartz | |
parent | c863d437ecb6c609677871035c7c68fd7005b06f (diff) |
Bin some leftover and actually unnecessary iOS crack in vcl
We don't need the '#define SvpSalGraphics AquaSalGraphics' in
vcl/inc/headless/svpgdi.hxx. The actual AquaSalGraphics we use for iOS
is in vcl/inc/quartz/salgdi.h. I don't remember the details of the
convoluted history behind this.
Change-Id: Ie56c3c93acf7ad89e10a05e75aa4ca7fd596ba98
Reviewed-on: https://gerrit.libreoffice.org/63098
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/quartz')
-rw-r--r-- | vcl/quartz/salvd.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/quartz/salvd.cxx b/vcl/quartz/salvd.cxx index 5f4c1337d9b8..f376fc4200e2 100644 --- a/vcl/quartz/salvd.cxx +++ b/vcl/quartz/salvd.cxx @@ -29,7 +29,6 @@ #include <osx/salframe.h> #else #include "headless/svpframe.hxx" -#include "headless/svpgdi.hxx" #include "headless/svpinst.hxx" #include "headless/svpvd.hxx" #endif |