From 2c6ba8dc70a73136e77c94b8de49d49aaa455bd1 Mon Sep 17 00:00:00 2001 From: nedko Date: Sun, 12 Feb 2012 21:06:01 +0000 Subject: [PATCH] remove duplicate definition that causes compilation fail: ../common/jack/control.h:86:34: error: redefinition of typedef 'jackctl_parameter_t' ../common/jack/control.h:83:34: note: previous declaration of 'jackctl_parameter_t' was here git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4778 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/jack/control.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/jack/control.h b/common/jack/control.h index 4e2c7268..110c1797 100644 --- a/common/jack/control.h +++ b/common/jack/control.h @@ -82,9 +82,6 @@ typedef struct jackctl_internal jackctl_internal_t; /** opaque type for parameter object */ typedef struct jackctl_parameter jackctl_parameter_t; -/** opaque type for parameter object */ -typedef struct jackctl_parameter jackctl_parameter_t; - /** opaque type for sigmask object */ typedef struct jackctl_sigmask jackctl_sigmask_t;