1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 05:57:58 +01:00

removed buffer window

This commit is contained in:
Martin Stubenschrott
2008-06-08 04:22:37 +00:00
parent 6ecd478298
commit 59342d4244
8 changed files with 25 additions and 88 deletions

View File

@@ -873,18 +873,6 @@ liberator.Buffer = function () //{{{
setTimeout(function () { doc.body.removeChild(indicator); }, 500);
},
// XXX: probably remove this method/functionality
// updates the buffer preview in place only if list is visible
updateBufferList: function ()
{
if (!liberator.bufferwindow.visible())
return;
var items = liberator.completion.buffer("")[1];
liberator.bufferwindow.show(items);
liberator.bufferwindow.selectItem(getBrowser().mTabContainer.selectedIndex);
},
zoomIn: function (steps, fullZoom)
{
bumpZoomLevel(steps, fullZoom);