Index: trunk/doc/conf/tree/editor.html =================================================================== --- trunk/doc/conf/tree/editor.html (revision 7564) +++ trunk/doc/conf/tree/editor.html (revision 7565) @@ -43,7 +43,6 @@ description boolean 0 display element description as element name, instead of value name_on_pcb boolean 0 display Reference Designator as element name, instead of value fullscreen boolean 0 hide widgets to make more room for the drawing - gl boolean 0 use GL for drawing where available layer_alpha real 0 alpha value for layer drawing drill_alpha real 0 alpha value for drill drawing click_time integer 0 default time for click expiration, in ms Index: trunk/src/conf_core.h =================================================================== --- trunk/src/conf_core.h (revision 7564) +++ trunk/src/conf_core.h (revision 7565) @@ -56,7 +56,6 @@ CFT_BOOLEAN description; /* display element description as element name, instead of value */ CFT_BOOLEAN name_on_pcb; /* display Reference Designator as element name, instead of value */ CFT_BOOLEAN fullscreen; /* hide widgets to make more room for the drawing */ - CFT_BOOLEAN gl; /* use GL for drawing where available */ CFT_REAL layer_alpha; /* alpha value for layer drawing */ CFT_REAL drill_alpha; /* alpha value for drill drawing */