diff src/audacious/input.h @ 3760:8fdaccee8312

flows
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 21:48:19 -0500
parents a1b31fe5a249
children a575c29cee05
line wrap: on
line diff
--- a/src/audacious/input.h	Sun Oct 14 21:37:31 2007 -0500
+++ b/src/audacious/input.h	Sun Oct 14 21:48:19 2007 -0500
@@ -40,11 +40,6 @@
     GMutex *playback_mutex;
 };
 
-typedef struct {
-    Tuple *tuple;
-    InputPlugin *ip;
-} ProbeResult;
-
 GList *get_input_list(void);
 InputPlayback *get_current_input_playback(void);
 void set_current_input_playback(InputPlayback * ip);