diff src/crossfade/crossfade.h @ 3151:7b80d4fb493d

crossfade : the plugin is now translatable.
author Stany Henry <StrassBoy@gmail.com>
date Tue, 12 May 2009 11:23:57 +0200
parents 76f5bcf547d5
children 4af16959f9d3
line wrap: on
line diff
--- a/src/crossfade/crossfade.h	Tue May 12 08:30:43 2009 +0200
+++ b/src/crossfade/crossfade.h	Tue May 12 11:23:57 2009 +0200
@@ -1,4 +1,4 @@
-/* 
+/*
  *  XMMS Crossfade Plugin
  *  Copyright (C) 2000-2007  Peter Eisenlohr <peter@eisenlohr.org>
  *
@@ -9,7 +9,7 @@
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -36,7 +36,6 @@
 #include <audacious/auddrct.h>
 #include <audacious/configdb.h>
 #include <audacious/util.h>
-#include <audacious/i18n.h>
 
 #include "debug.h"
 
@@ -411,7 +410,7 @@
 	/* additional stuff which is not configureable by the user */
 	gboolean flush;		// TRUE for manual, FALSE for xfade config
 	guint32 type_mask;	// bitmask for FADE_TYPEs
-	
+
 	/* new fields as of v0.3.11: skip beginning/end of song */
 	gint out_skip_ms;
 	gint in_skip_ms;