Bug 378696 - Remove dead search code (step 2). r=timeless, sr=neil

This commit is contained in:
sdwilsh@shawnwilsher.com 2007-07-05 14:35:52 -07:00
parent 82fd0b3b08
commit 91ce64a58f

View File

@ -1,23 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE overlay [
<!ENTITY % dtd1 SYSTEM "chrome://inspector/locale/search/junkImgs.dtd"> %dtd1;
<!ENTITY % dtd2 SYSTEM "chrome://inspector/locale/search/findFiles.dtd"> %dtd2;
]>
<overlay id="ovUnusedImagesCommands"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<commandset id="cmdsGlobalCommands">
<command id="cmd:startJunkImgs"
oncommand="inspector.startSearchModule('chrome://inspector/content/search/modules/junkImgs/junkImgs.xml')"/>
<command id="cmd:startFindFiles"
oncommand="inspector.startSearchModule('chrome://inspector/content/search/modules/findFiles/findFiles.xml')"/>
</commandset>
</overlay>