Mercurial > audlegacy
diff src/audacious/plugin.h @ 2763:637359219e10 trunk
[svn] Reverted the modifications that were initially needed for DBus support.
| author | magma |
|---|---|
| date | Sat, 12 May 2007 15:22:58 -0700 |
| parents | 643be93d0a30 |
| children | 2685fc11cd9a |
line wrap: on
line diff
--- a/src/audacious/plugin.h Sat May 12 14:35:30 2007 -0700 +++ b/src/audacious/plugin.h Sat May 12 15:22:58 2007 -0700 @@ -37,18 +37,11 @@ #ifndef BMP_PLUGIN_H #define BMP_PLUGIN_H -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif #include <glib.h> #include "audacious/vfs.h" #include "audacious/titlestring.h" -#ifdef USE_DBUS -#include <dbus/dbus-glib.h> -#endif - #define INPUT_PLUGIN(x) ((InputPlugin *)(x)) #define OUTPUT_PLUGIN(x) ((OutputPlugin *)(x)) #define EFFECT_PLUGIN(x) ((EffectPlugin *)(x)) @@ -227,10 +220,6 @@ void (*about) (void); void (*configure) (void); void (*cleanup) (void); - -#ifdef USE_DBUS - DBusGProxy *dbus_proxy; -#endif }; struct _VisPlugin { @@ -252,10 +241,6 @@ void (*playback_stop) (void); void (*render_pcm) (gint16 pcm_data[2][512]); void (*render_freq) (gint16 freq_data[2][256]); - -#ifdef USE_DBUS - DBusGProxy *dbus_proxy; -#endif };
