Browse Source

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
tags/1.9.9.5
nedko 13 years ago
parent
commit
2c6ba8dc70
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      common/jack/control.h

+ 0
- 3
common/jack/control.h View File

@@ -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;



Loading…
Cancel
Save