Skip to content

Commit

Permalink
Remove channel filtering from tray
Browse files Browse the repository at this point in the history
  • Loading branch information
hacst committed Sep 18, 2013
1 parent 860ec5c commit 679eacd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/mumble/MainWindow.cpp
Expand Up @@ -2650,8 +2650,6 @@ void MainWindow::trayAboutToShow() {
if (top) {
qmTray->addAction(qaQuit);
qmTray->addSeparator();
qmTray->addAction(qaFilterToggle);
qmTray->addSeparator();
qmTray->addAction(qaAudioDeaf);
qmTray->addAction(qaAudioMute);
qmTray->addSeparator();
Expand All @@ -2662,8 +2660,6 @@ void MainWindow::trayAboutToShow() {
qmTray->addAction(qaAudioMute);
qmTray->addAction(qaAudioDeaf);
qmTray->addSeparator();
qmTray->addAction(qaFilterToggle);
qmTray->addSeparator();
qmTray->addAction(qaQuit);
}
}
Expand Down

0 comments on commit 679eacd

Please sign in to comment.