[Xfce4-commits] <tumbler:master> Fix unused but set variable.

Jérôme Guelfucci noreply at xfce.org
Sat Jul 23 17:40:01 CEST 2011


Updating branch refs/heads/master
         to ede6d265c3f2acc689571a82c10aa62ece0790c3 (commit)
       from ec68b59028e21a6a84271515b71dc94f07e3b557 (commit)

commit ede6d265c3f2acc689571a82c10aa62ece0790c3
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sat Jul 23 17:39:38 2011 +0200

    Fix unused but set variable.

 .../ffmpeg-thumbnailer-provider.c                  |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c
index 16175e8..fd880a6 100644
--- a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c
+++ b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c
@@ -10,11 +10,11 @@
  *
  * This library 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 
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU Library General Public License for more details.
  *
- * You should have received a copy of the GNU Library General 
- * Public License along with this library; if not, write to the 
+ * You should have received a copy of the GNU Library General
+ * Public License along with this library; if not, write to the
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
@@ -72,9 +72,6 @@ ffmpeg_thumbnailer_provider_register (TumblerProviderPlugin *plugin)
 static void
 ffmpeg_thumbnailer_provider_class_init (FfmpegThumbnailerProviderClass *klass)
 {
-  GObjectClass *gobject_class;
-
-  gobject_class = G_OBJECT_CLASS (klass);
 }
 
 


More information about the Xfce4-commits mailing list