mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 19:38:13 +00:00
Bug 378696 - Remove dead search code (step 2). r=timeless, sr=neil
This commit is contained in:
parent
82fd0b3b08
commit
91ce64a58f
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user