aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-01-22 16:44:44 +0000
committerEric Engestrom <[email protected]>2019-02-07 13:40:26 +0000
commit358d0cfab2a7c674e7c1e92df50ffe1ffaaa02ac (patch)
treea0a42f0b287965266995f1f6006413c8b6457406 /src
parent00be88aab8d5416e6e05f3bc46c51f05e7cd5130 (diff)
driconf: drop unused macro
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/util/xmlpool.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/xmlpool.h b/src/util/xmlpool.h
index ebd4e7c863a..e9a3f8b1cf9 100644
--- a/src/util/xmlpool.h
+++ b/src/util/xmlpool.h
@@ -67,10 +67,6 @@
#define DRI_CONF_OPT_BEGIN_B(name,def) \
"<option name=\""#name"\" type=\"bool\" default="#def">\n"
-/** \brief Begin an option definition with quoted default value */
-#define DRI_CONF_OPT_BEGIN_Q(name,type,def) \
-"<option name=\""#name"\" type=\""#type"\" default="#def">\n"
-
/** \brief Begin an option definition with restrictions on valid values */
#define DRI_CONF_OPT_BEGIN_V(name,type,def,valid) \
"<option name=\""#name"\" type=\""#type"\" default=\""#def"\" valid=\""valid"\">\n"