summaryrefslogtreecommitdiffstats
path: root/src/ModuleWindow.cc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-16 00:02:32 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-16 00:02:32 +0000
commit0a84f669d3d4c72c498b01b999dd89af7f917480 (patch)
tree77960fce506b9297682ef79be9274467f595bf8a /src/ModuleWindow.cc
parentae4653849a9a5990caf84d5ecd1466435760dd60 (diff)
update to new API
show source and source_output latencies ad kill buttons to client/sink_input/source_output (incomplete) add vumeter buttons to sink/source git-svn-id: file:///home/lennart/svn/public/paman/trunk@33 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
Diffstat (limited to 'src/ModuleWindow.cc')
-rw-r--r--src/ModuleWindow.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ModuleWindow.cc b/src/ModuleWindow.cc
index 4c44cd4..584a303 100644
--- a/src/ModuleWindow.cc
+++ b/src/ModuleWindow.cc
@@ -32,7 +32,7 @@ ModuleWindow* ModuleWindow::create() {
}
void ModuleWindow::updateInfo(const ModuleInfo &i) {
- char t[20], ss[PA_SAMPLE_SNPRINT_MAX_LENGTH];
+ char t[20];
nameLabel->set_text(i.name);
if (!i.argument.empty())
@@ -57,7 +57,7 @@ void ModuleWindow::onCloseButton() {
hide();
}
-bool ModuleWindow::on_delete_event(GdkEventAny* e) {
+bool ModuleWindow::on_delete_event(GdkEventAny*) {
hide();
return false;
}