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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user