View | Details | Raw Unified | Return to bug 73045
Collapse All | Expand All

(-)gxmame/files/patch-src::options.c (+38 lines)
Line 0 Link Here
1
--- src/options.c.orig	Sat Oct 23 18:16:28 2004
2
+++ src/options.c	Sat Oct 23 18:17:37 2004
3
@@ -7298,8 +7298,6 @@
4
 						"%s "				/* newext */
5
 						"-%sxsync "
6
 						"-%sprivatecmap "
7
-						"-%sxil "
8
-						"-%smtxil "
9
 						"%s ",				/* Video mode */
10
 						x11mode,
11
 						(target->cursor)?"":"no",
12
@@ -7308,8 +7306,6 @@
13
 						newext?newext:"",
14
 						(target->xsync)?"":"no",
15
 						(target->privatecmap)?"":"no",
16
-						(target->xil)?"":"no",
17
-						(target->mtxil)?"":"no",
18
 						Video_Mode_option?Video_Mode_option:""
19
 						);
20
 		}
21
@@ -7323,8 +7319,6 @@
22
 						"%s "				/* newext */
23
 						"-%sxsync "
24
 						"-%sprivatecmap "
25
-						"-%sxil "
26
-						"-%smtxil "
27
 						"%s ",				/* Video mode */
28
 						target->x11_mode,
29
 						(target->cursor)?"":"no",
30
@@ -7334,8 +7328,6 @@
31
 						newext?newext:"",
32
 						(target->xsync)?"":"no",
33
 						(target->privatecmap)?"":"no",
34
-						(target->xil)?"":"no",
35
-						(target->mtxil)?"":"no",
36
 						Video_Mode_option?Video_Mode_option:""
37
 						);
38
 		}

Return to bug 73045