Revert "[AppWell] Allow popup menu to be persistent, and support direct window selection"

This reverts commit 6e31e59b57.
This commit is contained in:
Colin Walters
2009-09-11 18:58:30 -04:00
parent e52cb3c213
commit dfe16f4af6
5 changed files with 22 additions and 162 deletions

View File

@ -371,17 +371,6 @@ Overview.prototype = {
this.show();
},
/**
* lookupCloneForWindow:
* @metaWindow: A #MetaWindow
*
* Given a #MetaWindow instance, find the WindowClone object
* which represents it in the workspaces display.
*/
lookupCloneForWindow: function (metaWindow) {
return this._workspaces.lookupCloneForMetaWindow(metaWindow);
},
/**
* activateWindow:
* @metaWindow: A #MetaWindow