summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@libreoffice.org>2023-07-19 08:29:27 +0300
committerخالد حسني <khaled@libreoffice.org>2023-07-23 06:04:24 +0200
commit063d71f4d3a145a5e28b26c6e5d1a7ae5b5f8891 (patch)
tree90a7ec444fa79b56b534e2271646ee82f1a69f02 /config_host
parentecf352701411fe178b51841b5714e27bef500206 (diff)
Drop --enable-float-device-pixel configure option
This does nothing now, as we are now always using doubles for VCL glyph coordinates. Change-Id: I87e4e3057dbc54a2ecf0924d3d6a408cf519f842 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154631 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_vcl.h.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/config_host/config_vcl.h.in b/config_host/config_vcl.h.in
deleted file mode 100644
index 81419d2c0ded..000000000000
--- a/config_host/config_vcl.h.in
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
-
-Settings about vcl
-*/
-
-#ifndef CONFIG_VCL_H
-#define CONFIG_VCL_H
-
-/* Nature of the device pixel coordinate system.
- * We either use long or double for coordinates.
- */
-#define VCL_FLOAT_DEVICE_PIXEL 0
-
-#endif