aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-05-24 18:38:07 +0200
committerTakashi Iwai <tiwai@suse.de>2011-05-24 18:38:07 +0200
commitad4e92aec4dd1e5fca42fc4cc1cce45bbf337b11 (patch)
treef82a5af2efc41be38cc772e21f2a2f4392a4e7e9
parent04da816c01781dff7ef160ef2bce00cc683ed25c (diff)
downloadsalsa-lib-ad4e92aec4dd1e5fca42fc4cc1cce45bbf337b11.tar.gz
Remove yet more redundant definitions from global.h
-rw-r--r--src/global.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/global.h b/src/global.h
index 1838930..2fd7297 100644
--- a/src/global.h
+++ b/src/global.h
@@ -26,13 +26,6 @@
typedef struct _snd_config snd_config_t;
-typedef struct timeval snd_timestamp_t;
-typedef struct timespec snd_htimestamp_t;
-
-typedef struct sndrv_pcm_info snd_pcm_info_t;
-typedef struct sndrv_hwdep_info snd_hwdep_info_t;
-typedef struct sndrv_rawmidi_info snd_rawmidi_info_t;
-
typedef struct _snd_ctl snd_ctl_t;
typedef struct _snd_pcm snd_pcm_t;
typedef struct _snd_rawmidi snd_rawmidi_t;
@@ -44,7 +37,6 @@ typedef struct _snd_seq snd_seq_t;
#endif
#ifndef ATTRIBUTE_UNUSED
-/** do not print warning (gcc) when function parameter is not used */
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
#endif