removed next prev client from menu
fluxgen fluxgen
1 files changed,
1 insertions(+),
5 deletions(-)
jump to
M
src/Window.cc
→
src/Window.cc
@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.251 2003/12/10 23:32:41 fluxgen Exp $ +// $Id: Window.cc,v 1.252 2003/12/12 14:59:16 fluxgen Exp $ #include "Window.hh"@@ -3426,10 +3426,6 @@ menu.insert(maximize_item);
menu.insert("Iconify", iconify_cmd); menu.insert("Raise", raise_cmd); menu.insert("Lower", lower_cmd); - CommandRef next_client_cmd(new WindowCmd(*this, &FluxboxWindow::nextClient)); - CommandRef prev_client_cmd(new WindowCmd(*this, &FluxboxWindow::prevClient)); - menu.insert("Next Client", next_client_cmd); - menu.insert("Prev Client", prev_client_cmd); menu.insert("Send To...", new SendToMenu(*this));