Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2012-06-18 23:37:01 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-06-18 23:37:01 +0400
commit1f02633d7e5ca81a02364f3f93df71b865852088 (patch)
tree25b1725f73eaa42713bd8ff9a3856393faa22d75 /source/blender/editors/space_clip/clip_draw.c
parentc4e386c772c42abc36886f74f2e54893df91b924 (diff)
Fix for compiling with all warnings as error (commenting out unused vars).
Diffstat (limited to 'source/blender/editors/space_clip/clip_draw.c')
-rw-r--r--source/blender/editors/space_clip/clip_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/clip_draw.c b/source/blender/editors/space_clip/clip_draw.c
index f3305212f90..f5d1f132b56 100644
--- a/source/blender/editors/space_clip/clip_draw.c
+++ b/source/blender/editors/space_clip/clip_draw.c
@@ -813,7 +813,7 @@ static void draw_marker_slide_zones(SpaceClip *sc, MovieTrackingTrack *track, Mo
if ((sc->flag & SC_SHOW_MARKER_PATTERN) && ((track->pat_flag & SELECT) == sel || outline)) {
int i;
float pat_min[2], pat_max[2];
- float dx = 12.0f / width, dy = 12.0f / height;
+/* float dx = 12.0f / width, dy = 12.0f / height;*/ /* XXX UNUSED */
float tilt_ctrl[2];
if (!outline) {