summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-04-04 23:43:28 +0200
committerJulien Cristau <jcristau@debian.org>2009-04-04 23:47:36 +0200
commite1338d27141125af61634597c5dea880692c4017 (patch)
tree87b9723c946cf38b6bb9ee9bf3cc176b360ff6d2
parente25d55ad546905c4921f0a26385bdb9f22038429 (diff)
xfree86: Remove unused DEFAULT_UNRESOLVED and DEFAULT_BEST_REFRESH macros
-rw-r--r--hw/xfree86/common/xf86Priv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h
index 6d53277cb..bc984f2f7 100644
--- a/hw/xfree86/common/xf86Priv.h
+++ b/hw/xfree86/common/xf86Priv.h
@@ -108,9 +108,6 @@ extern _X_EXPORT RootWinPropPtr *xf86RegisteredPropertiesTable;
#define DEFAULT_DPI 96
#endif
-#define DEFAULT_UNRESOLVED TRUE
-#define DEFAULT_BEST_REFRESH FALSE
-
/* Function Prototypes */
#ifndef _NO_XF86_PROTOTYPES