diff --git a/src/nymph/atom/util.nim b/src/nymph/atom/util.nim index 2544820..bd6743c 100644 --- a/src/nymph/atom/util.nim +++ b/src/nymph/atom/util.nim @@ -3,10 +3,6 @@ ## ## Helper functions for the LV2 Atom extension. ## -## Note these functions are all static inline, do not take their address. -## -## This header is non-normative, it is provided for convenience. -## ## Utilities for working with atoms. ##