diff options
author | David Robillard <d@drobilla.net> | 2017-03-19 09:13:46 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-03-19 09:13:46 +0100 |
commit | f062189c8219041fad45cfd340c367e5c4796933 (patch) | |
tree | 346222e8dc724e2a1d8ebc2a3aacc2bb1d8b4698 /ingen | |
parent | 1a31907d1ad2e9c8ed0cdced09e81f7a7ec07504 (diff) | |
download | ingen-f062189c8219041fad45cfd340c367e5c4796933.tar.gz ingen-f062189c8219041fad45cfd340c367e5c4796933.tar.bz2 ingen-f062189c8219041fad45cfd340c367e5c4796933.zip |
Shrink status bar text and fix initial DSP load display
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/URIs.hpp | 3 | ||||
-rw-r--r-- | ingen/ingen.h | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index 44f1056e..9bc21592 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2016 David Robillard <http://drobilla.net/> + Copyright 2007-2017 David Robillard <http://drobilla.net/> Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free @@ -118,7 +118,6 @@ public: const Quark ingen_head; const Quark ingen_incidentTo; const Quark ingen_loadedBundle; - const Quark ingen_maxEventLoad; const Quark ingen_maxRunLoad; const Quark ingen_meanRunLoad; const Quark ingen_minRunLoad; diff --git a/ingen/ingen.h b/ingen/ingen.h index ba56ae52..e3313e28 100644 --- a/ingen/ingen.h +++ b/ingen/ingen.h @@ -58,7 +58,6 @@ #define INGEN__head INGEN_NS "head" #define INGEN__incidentTo INGEN_NS "incidentTo" #define INGEN__loadedBundle INGEN_NS "loadedBundle" -#define INGEN__maxEventLoad INGEN_NS "maxEventLoad" #define INGEN__maxRunLoad INGEN_NS "maxRunLoad" #define INGEN__meanRunLoad INGEN_NS "meanRunLoad" #define INGEN__minRunLoad INGEN_NS "minRunLoad" |