Removing unused files.

These files were used to define a <downloadstatus> binding.
This binding is not used in download-manager anymore.
a=asa
This commit is contained in:
varga%utcru.sk 2002-04-05 04:23:24 +00:00
parent 71dc55e815
commit 96aa63bbcf
2 changed files with 0 additions and 24 deletions

View File

@ -1,7 +0,0 @@
downloadstatus[state="0"] {
-moz-binding: url("chrome://communicator/content/downloadmanager/downloadmanager.xml#status-progress");
}
downloadstatus {
-moz-binding: url("chrome://communicator/content/downloadmanager/downloadmanager.xml#status-text");
}

View File

@ -1,17 +0,0 @@
<?xml version="1.0"?>
<bindings id="downloadManagerBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="status-progress">
<content>
<xul:progressmeter class="tree-progressmeter" inherits="value,mode"/>
</content>
</binding>
<binding id="status-text">
<content>
<xul:label inherits="value=statustext"/>
</content>
</binding>