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:
authorCampbell Barton <ideasman42@gmail.com>2013-04-03 19:04:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-03 19:04:24 +0400
commit03b07a719f186bfed15f9465555ec072a262deaa (patch)
tree2e61627c23fa05bed9fc3812d64106890d0dbf63 /source/blender/editors/space_clip
parent13ec0cd6c3c74c7f324cefff064bb725cc26fcd2 (diff)
code cleanup: unused functions
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/clip_draw.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/space_clip/clip_draw.c b/source/blender/editors/space_clip/clip_draw.c
index 774220764e7..773d6031ee1 100644
--- a/source/blender/editors/space_clip/clip_draw.c
+++ b/source/blender/editors/space_clip/clip_draw.c
@@ -275,9 +275,9 @@ static void draw_movieclip_buffer(const bContext *C, SpaceClip *sc, ARegion *ar,
/* non-scaled proxy shouldn't use filtering */
if ((clip->flag & MCLIP_USE_PROXY) == 0 ||
ELEM(sc->user.render_size, MCLIP_PROXY_RENDER_SIZE_FULL, MCLIP_PROXY_RENDER_SIZE_100))
- {
- filter = GL_NEAREST;
- }
+ {
+ filter = GL_NEAREST;
+ }
glaDrawImBuf_glsl_ctx(C, ibuf, x, y, GL_NEAREST);