summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-06-05 13:59:57 +0200
committerJan Holesovsky <kendy@collabora.com>2015-06-05 13:59:57 +0200
commit0394d49a70e14e176c047ced39e2e754fcc26f3d (patch)
tree7e1d2523417e3664a8b4a6c553e68b17c4655711 /vcl
parent0b2c324d79ef24913846d64ee5f9be516fd2d660 (diff)
Revert "vcl: fix Android build"
"Cleanup crossplatform cairo" breaks Android and iOS. This reverts commit e152b756b3558a3619e5bedb6b258cc7f0879e90.
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/salgdi.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx
index 21095f934f27..8c98d08b7b3e 100644
--- a/vcl/inc/salgdi.hxx
+++ b/vcl/inc/salgdi.hxx
@@ -443,7 +443,7 @@ public:
virtual SystemGraphicsData GetGraphicsData() const = 0;
-#if ENABLE_CAIRO_CANVAS || defined(ANDROID)
+#if ENABLE_CAIRO_CANVAS
/// Check whether cairo will work
virtual bool SupportsCairo() const = 0;