From a0d6e0d2ff7abdcfcd78d4002f2dc42f4cde82ed Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 25 Nov 2011 06:12:28 +0000 Subject: Log (almost) everything to the messages window instead of the console. Remove latency and load stuff in favour of plain old messages. Remove status bar. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3627 a436a847-0d15-0410-975c-d299462d15a1 --- src/JackDriver.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/JackDriver.hpp') diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp index 8162f9e..aa4d3e4 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -67,9 +67,6 @@ public: uint32_t get_xruns() { return _xruns; } void reset_xruns(); - float get_max_dsp_load(); - void reset_max_dsp_load(); - jack_client_t* client() { return _client; } jack_nframes_t sample_rate() { return jack_get_sample_rate(_client); } -- cgit v1.2.1