diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-12 18:56:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-12 18:56:56 +0000 |
| commit | 811fa21940629236eb15345b4034bcc278bf7ba9 (patch) | |
| tree | 5aa14b3cfd6a432900c5f80f4cde8e6857c582dc /data | |
| parent | 5812a81c18b770dc5449be36648f5990f982dae7 (diff) | |
remove the edges_hit_layers_below option. don't use windows in other layers for resistance
Diffstat (limited to 'data')
| -rw-r--r-- | data/rc.xml | 1 | ||||
| -rw-r--r-- | data/rc.xsd | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/data/rc.xml b/data/rc.xml index 9c6f6425..52ca0e4b 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -10,7 +10,6 @@ <resistance> <strength>10</strength> <screen_edge_strength>20</screen_edge_strength> - <edges_hit_layers_below>no</edges_hit_layers_below> </resistance> <focus> diff --git a/data/rc.xsd b/data/rc.xsd index 71ab68c8..2d4059f0 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -36,7 +36,6 @@ </xsd:annotation> <xsd:element minOccurs="0" name="strength" type="xsd:integer"/> <xsd:element minOccurs="0" name="screen_edge_strength" type="xsd:integer"/> - <xsd:element minOccurs="0" name="edges_hit_layers_below" type="ob:bool"/> </xsd:complexType> <xsd:complexType name="focus"> <xsd:annotation> |
