xfree86: remove unused variable in configureDDMonitorSection.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
3fad969a90
commit
9ac6a048ef
|
@ -577,7 +577,6 @@ static void handle_detailed_input(struct detailed_monitor_section *det_mon,
|
||||||
static XF86ConfMonitorPtr
|
static XF86ConfMonitorPtr
|
||||||
configureDDCMonitorSection (int screennum)
|
configureDDCMonitorSection (int screennum)
|
||||||
{
|
{
|
||||||
int i = 0;
|
|
||||||
int len, mon_width, mon_height;
|
int len, mon_width, mon_height;
|
||||||
#define displaySizeMaxLen 80
|
#define displaySizeMaxLen 80
|
||||||
char displaySize_string[displaySizeMaxLen];
|
char displaySize_string[displaySizeMaxLen];
|
||||||
|
|
Loading…
Reference in New Issue