Bug 164466 Remove unused debug window pref

patch by walk84@yahoo.com r=caillon sr=bryner


git-svn-id: svn://10.0.0.236/trunk@129201 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com 2002-09-11 02:11:08 +00:00
parent 3db303f4d2
commit b331dcc0ae
2 changed files with 1 additions and 4 deletions

View File

@ -30,7 +30,7 @@
<script type="application/x-javascript">
<![CDATA[
var _elementIDs = ["nglayoutDebugWindow", "nglayoutUseNativePrintDialog", "printUseGlobalPrintSettings",
var _elementIDs = ["nglayoutUseNativePrintDialog", "printUseGlobalPrintSettings",
"debugXULBoxes", "browserDOMWindowDumpEnabled",
"javascriptOptionsStrict", "javascriptOptionsShowInConsole",
"nglayoutDebugUseXBLForms",
@ -50,8 +50,6 @@
<row align="center">
<checkbox id="debugXULBoxes" label="&debugXULBox.label;"
prefstring="xul.debug.box"/>
<checkbox id="nglayoutDebugWindow" label="&debugWindow.label;"
prefstring="nglayout.widget.debugWindow"/>
</row>
</rows>
</grid>

View File

@ -14,7 +14,6 @@
<!-- Debug: Turn on gfx-rendered widgets -->
<!ENTITY widgetRendering.label "Rendering">
<!ENTITY debugWindow.label "debug window">
<!ENTITY debugXULBox.label "debug XUL boxes">
<!ENTITY useNativePrintDialog.label "Use Native Print Dialog (where supported)">
<!ENTITY printUseGlobalPrintSettings.label "Use Global Print Settings">