diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/i830.h | 2 | ||||
-rw-r--r-- | src/i830_driver.c | 9 |
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); |