[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41538] branches/soc-2011-tomato/source/ blender/blenkernel/intern/movieclip.c: Camera tracking integration: post-merge compilation fix

Sergey Sharybin g.ulairi at gmail.com
Fri Nov 4 23:15:34 CET 2011


Revision: 41538
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41538
Author:   nazgul
Date:     2011-11-04 22:15:34 +0000 (Fri, 04 Nov 2011)
Log Message:
-----------
Camera tracking integration: post-merge compilation fix

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/blenkernel/intern/movieclip.c

Modified: branches/soc-2011-tomato/source/blender/blenkernel/intern/movieclip.c
===================================================================
--- branches/soc-2011-tomato/source/blender/blenkernel/intern/movieclip.c	2011-11-04 22:13:30 UTC (rev 41537)
+++ branches/soc-2011-tomato/source/blender/blenkernel/intern/movieclip.c	2011-11-04 22:15:34 UTC (rev 41538)
@@ -857,7 +857,7 @@
 	}
 }
 
-void BKE_movieclip_deselect_track(MovieClip *clip, MovieTrackingTrack *track, int area)
+void BKE_movieclip_deselect_track(MovieClip *UNUSED(clip), MovieTrackingTrack *track, int area)
 {
 	BKE_tracking_track_flag(track, area, SELECT, 1);
 }




More information about the Bf-blender-cvs mailing list