summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-04-20 14:36:52 -0700
committerEric Anholt <eric@anholt.net>2009-04-21 15:25:58 -0700
commit093f51646b2f2301c907e14d0ad4b1f80ff60a16 (patch)
treecd9c9cfc565c6de0285864142edc000fecbb6c7e /src
parentc774ef282bfb0c594479bbab3527fe5fda2a8559 (diff)
downloadxf86-video-intel-093f51646b2f2301c907e14d0ad4b1f80ff60a16.tar.gz
xf86-video-intel-093f51646b2f2301c907e14d0ad4b1f80ff60a16.tar.bz2
xf86-video-intel-093f51646b2f2301c907e14d0ad4b1f80ff60a16.zip
Remove unused i830_output_type_names
Diffstat (limited to 'src')
-rw-r--r--src/i830.h2
-rw-r--r--src/i830_driver.c9
2 files changed, 0 insertions, 11 deletions
diff --git a/src/i830.h b/src/i830.h
index ae7acfe9c..e5c0ead29 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -245,8 +245,6 @@ struct _I830DVODriver {
pointer modhandle;
};
-extern const char *i830_output_type_names[];
-
typedef struct _I830CrtcPrivateRec {
int pipe;
int plane;
diff --git a/src/i830_driver.c b/src/i830_driver.c
index 6ec2cdde1..26afca5c7 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -341,15 +341,6 @@ static OptionInfoRec I830Options[] = {
};
/* *INDENT-ON* */
-const char *i830_output_type_names[] = {
- "Unused",
- "Analog",
- "DVO",
- "SDVO",
- "LVDS",
- "TVOUT",
-};
-
static void i830AdjustFrame(int scrnIndex, int x, int y, int flags);
static Bool I830CloseScreen(int scrnIndex, ScreenPtr pScreen);
static Bool I830EnterVT(int scrnIndex, int flags);