From e1338d27141125af61634597c5dea880692c4017 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sat, 4 Apr 2009 23:43:28 +0200 Subject: [PATCH] xfree86: Remove unused DEFAULT_UNRESOLVED and DEFAULT_BEST_REFRESH macros --- hw/xfree86/common/xf86Priv.h | 3 --- 1 file changed, 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