summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2018-02-22 13:05:35 +0100
committerBastien Nocera <hadess@hadess.net>2018-02-27 16:29:33 +0100
commitb2a99848f6010068385e66a8e2f93b0b4f7ce4d3 (patch)
treea9d2097e6ca0aa7db20c30c82bb4b21b30da6f42
parent49f7d346ed645ce01c3ca29911157559aff51056 (diff)
downloadgnome-settings-daemon-b2a99848f6010068385e66a8e2f93b0b4f7ce4d3.tar.gz
xsettings: Remove unused constants
Those constants should have been removed along with the code that used them in 8a51cd0. https://bugzilla.gnome.org/show_bug.cgi?id=793721
-rw-r--r--plugins/xsettings/gsd-xsettings-manager.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/xsettings/gsd-xsettings-manager.c b/plugins/xsettings/gsd-xsettings-manager.c
index 342984e0..d4373143 100644
--- a/plugins/xsettings/gsd-xsettings-manager.c
+++ b/plugins/xsettings/gsd-xsettings-manager.c
@@ -230,17 +230,6 @@ typedef enum _DisplayLayoutMode {
*/
#define DPI_FALLBACK 96
-/* The minimum resolution at which we turn on a window-scale of 2 */
-#define HIDPI_LIMIT (DPI_FALLBACK * 2)
-
-/* The minimum screen height at which we turn on a window-scale of 2;
- * below this there just isn't enough vertical real estate for GNOME
- * apps to work, and it's better to just be tiny */
-#define HIDPI_MIN_HEIGHT 1200
-
-/* From http://en.wikipedia.org/wiki/4K_resolution#Resolutions_of_common_formats */
-#define SMALLEST_4K_WIDTH 3656
-
typedef struct _TranslationEntry TranslationEntry;
typedef void (* TranslationFunc) (GnomeXSettingsManager *manager,
TranslationEntry *trans,