Bug 164466 Remove unused debug window pref

patch by walk84@yahoo.com r=caillon sr=bryner
This commit is contained in:
timeless%mac.com 2006-05-17 02:36:22 +00:00
Родитель ce937afa37
Коммит 7bebae628a
2 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -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">