diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/suil/suil.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/suil/suil.h b/include/suil/suil.h index 8cdafd6..7be89bd 100644 --- a/include/suil/suil.h +++ b/include/suil/suil.h @@ -50,16 +50,6 @@ extern "C" { /** @defgroup suil Suil - - A library for loading and wrapping LV2 plugin UIs. - - With Suil, a host written in one supported toolkit can embed a plugin UI - written in a different supported toolkit. Suil insulates hosts from toolkit - libraries used by plugin UIs. For example, a Gtk host can embed a Qt UI - without linking against Qt at compile time. - - Visit <http://drobilla.net/software/suil> for more information. - @{ */ |