From e8e94382554320c078397a3c053be4fb2f31baeb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Sep 2008 15:51:31 +0200 Subject: removed union const_hack The union const_hack is only used at one place in the shout plugin. Remove its global type declaration. --- src/mpd_types.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mpd_types.h') diff --git a/src/mpd_types.h b/src/mpd_types.h index 0cc35b996..bc8c35119 100644 --- a/src/mpd_types.h +++ b/src/mpd_types.h @@ -65,9 +65,4 @@ typedef signed long int32_t; #endif /* !HAVE_STDINT_H && !HAVE_INTTYPES_H */ -union const_hack { - const char *in; - char *out; -}; - #endif -- cgit v1.2.3