summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cc
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-03-18 21:01:03 +0000
committerColin Guthrie <cguthrie@mandriva.org>2009-03-18 21:01:03 +0000
commitc4208bfd8ed9570116ea00c76a7b78b6f20e00b7 (patch)
tree75e7fc8a96fddb9d9c92f9b7cf08fbdf3f1dde39 /src/mainwindow.cc
parentc6b73de3084f7996e5060872662de12e3ebbd544 (diff)
Use C style comments as per Lennart's fetish :p
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r--src/mainwindow.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index 3cfecc3..b81f0d7 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -143,7 +143,6 @@ void MainWindow::updateCard(const pa_card_info &info) {
w->profiles.insert(std::pair<Glib::ustring,Glib::ustring>(info.profiles[i].name, info.profiles[i].description));
}
w->activeProfile = info.active_profile->name;
- //w->defaultMenuItem.set_active(w->name == defaultSinkName);
w->updating = false;