rework transportque for shuttle speed codes, add rusage, cleanup
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / cwindow.C
index 3a65150df6c586664a0ce807ec5afd63c4edb3e0..6f29f27b6afc59c8181d409988453b0e76dc909e 100644 (file)
@@ -372,7 +372,7 @@ int CWindowRemoteHandler::remote_process_key(RemoteControl *remote_control, int
                transport->change_position(position);
        }
        else
-               transport->handle_transport(next_command, 0, 0);
+               transport->handle_transport(next_command);
        return 1;
 }