Mercurial > audlegacy-plugins
diff src/rovascope/plugin.c @ 1059:f305ebcc8136 trunk
[svn] - get rid of warnings.
author | yaz |
---|---|
date | Wed, 23 May 2007 22:40:57 -0700 |
parents | d124034ebea3 |
children | 2cf4d0182a86 |
line wrap: on
line diff
--- a/src/rovascope/plugin.c Wed May 23 06:08:35 2007 -0700 +++ b/src/rovascope/plugin.c Wed May 23 22:40:57 2007 -0700 @@ -15,12 +15,14 @@ #include <math.h> #include <setjmp.h> #include <unistd.h> +#include <sched.h> #include <glib.h> #include <audacious/i18n.h> #include <gtk/gtk.h> #include <audacious/plugin.h> +#include <audacious/util.h> #include <SDL/SDL.h> #include <SDL/SDL_thread.h> @@ -250,6 +252,7 @@ } } +#if 0 static void about_close_clicked(GtkWidget *w, GtkWidget **window) { @@ -262,6 +265,7 @@ { about_close_clicked(w,window); } +#endif static void pn_xmms_about (void)