removal incorrect/unnecessary forward decl
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 11 Jan 2020 17:55:33 +0000 (10:55 -0700)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 11 Jan 2020 17:57:21 +0000 (10:57 -0700)
libs/evoral/evoral/types.h

index 35eea56d6da1cce2d0a05b26891e1575394e4962..610e34de726bd166cb5fcd17ae7bd155992faead 100644 (file)
@@ -57,8 +57,6 @@ enum EventType {
 /** Type of a parameter (opaque, mapped by application, e.g. gain) */
 typedef uint32_t ParameterType;
 
-class Beats;
-
 } // namespace Evoral
 
 namespace PBD {