mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
remove inadvertently committed debug message
This commit is contained in:
parent
50e3e61881
commit
9b9ebee02c
1 changed files with 0 additions and 1 deletions
|
|
@ -202,7 +202,6 @@ VideoMonitor::send_cmd (int what, int param)
|
||||||
bool osd_update = false;
|
bool osd_update = false;
|
||||||
int prev_osdmode = osdmode;
|
int prev_osdmode = osdmode;
|
||||||
if (!is_started()) return;
|
if (!is_started()) return;
|
||||||
printf("VideoMonitor::send_cmd %d %d\n", what, param); fflush(stdout);
|
|
||||||
switch (what) {
|
switch (what) {
|
||||||
case 1:
|
case 1:
|
||||||
if (param) process->write_to_stdin("window ontop on\n");
|
if (param) process->write_to_stdin("window ontop on\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue