diff options
| -rw-r--r-- | data/rc.xml.in | 5 | ||||
| -rw-r--r-- | data/rc.xsd | 7 |
2 files changed, 0 insertions, 12 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in index d187b7e5..e107ac04 100644 --- a/data/rc.xml.in +++ b/data/rc.xml.in @@ -51,11 +51,6 @@ <moveButton>A-Left</moveButton> </dock> -<dialog> - <focus>yes</focus> - <desktop>yes</desktop> -</dialog> - <keyboard> <chainQuitKey>C-g</chainQuitKey> diff --git a/data/rc.xsd b/data/rc.xsd index 239a9555..16704600 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -46,7 +46,6 @@ <xs:element name="desktops" type="ob:desktops"/> <xs:element name="resize" type="ob:resize"/> <xs:element name="dock" type="ob:dock"/> - <xs:element name="dialog" type="ob:dialog"/> <xs:element name="keyboard" type="ob:keyboard"/> <xs:element name="mouse" type="ob:mouse"/> <xs:element name="menu" type="ob:menu"/> @@ -112,12 +111,6 @@ <xs:element name="moveButton" type="ob:button"/> </xs:sequence> </xs:complexType> - <xs:complexType name="dialog"> - <xs:sequence> - <xs:element name="focus" type="ob:yesorno"/> - <xs:element name="desktop" type="ob:yesorno"/> - </xs:sequence> - </xs:complexType> <xs:complexType name="action"> <xs:sequence> <xs:element minOccurs="0" name="menu" type="xs:string"/> |
