summaryrefslogtreecommitdiffstats
path: root/src/URIs.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-03-19 09:13:46 +0100
committerDavid Robillard <d@drobilla.net>2017-03-19 09:13:46 +0100
commitf062189c8219041fad45cfd340c367e5c4796933 (patch)
tree346222e8dc724e2a1d8ebc2a3aacc2bb1d8b4698 /src/URIs.cpp
parent1a31907d1ad2e9c8ed0cdced09e81f7a7ec07504 (diff)
downloadingen-f062189c8219041fad45cfd340c367e5c4796933.tar.gz
ingen-f062189c8219041fad45cfd340c367e5c4796933.tar.bz2
ingen-f062189c8219041fad45cfd340c367e5c4796933.zip
Shrink status bar text and fix initial DSP load display
Diffstat (limited to 'src/URIs.cpp')
-rw-r--r--src/URIs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/URIs.cpp b/src/URIs.cpp
index 1c0a6b23..47cf64c9 100644
--- a/src/URIs.cpp
+++ b/src/URIs.cpp
@@ -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
@@ -101,7 +101,6 @@ URIs::URIs(Forge& f, URIMap* map, LilvWorld* lworld)
, ingen_head (forge, map, lworld, INGEN__head)
, ingen_incidentTo (forge, map, lworld, INGEN__incidentTo)
, ingen_loadedBundle (forge, map, lworld, INGEN__loadedBundle)
- , ingen_maxEventLoad (forge, map, lworld, INGEN__maxEventLoad)
, ingen_maxRunLoad (forge, map, lworld, INGEN__maxRunLoad)
, ingen_meanRunLoad (forge, map, lworld, INGEN__meanRunLoad)
, ingen_minRunLoad (forge, map, lworld, INGEN__minRunLoad)