git://lisas.de
/
terminatorX.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc50e7b
)
removing an ugly debug messags
author
terminatorX
<>
Mon, 9 Jun 2003 23:42:39 +0000
(23:42 +0000)
committer
terminatorX
<>
Mon, 9 Jun 2003 23:42:39 +0000
(23:42 +0000)
src/tX_audiodevice.cc
patch
|
blob
|
history
src/tX_vtt.cc
patch
|
blob
|
history
diff --git
a/src/tX_audiodevice.cc
b/src/tX_audiodevice.cc
index 7e435c656d4cba52ae4b335b011dbf0c06a430aa..c29871e9373d23e15b0c04b1755eed3252fe0531 100644
(file)
--- a/
src/tX_audiodevice.cc
+++ b/
src/tX_audiodevice.cc
@@
-303,7
+303,7
@@
int tX_audiodevice_alsa :: open()
return -1;
}
- snd_pcm_hw_params_free (hw_params);
+
//
snd_pcm_hw_params_free (hw_params);
return 0; //snd_pcm_prepare(pcm_handle);
}
diff --git
a/src/tX_vtt.cc
b/src/tX_vtt.cc
index a659c1332348def75102587a69c83335c1524bfb..b2fea64ce95d7198cc3db5a2d830d00002a0c23b 100644
(file)
--- a/
src/tX_vtt.cc
+++ b/
src/tX_vtt.cc
@@
-562,7
+562,6
@@
void vtt_class :: calc_speed()
speed_target=speed;
speed_step=speed_target-speed_real;
speed_step/=globals.vtt_inertia;
- tX_error("dingens - step: %lf", speed_step);
}
if (speed_target != speed_real) {