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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-04-29 17:45:31 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-04-29 17:45:31 +0400
commitd30ee954f8ba46893b9f2ba9ba314cdb1ef34c80 (patch)
tree0ddf974196faaee2c8cd36ae3ba4bb94d9393090 /source/blender/editors/space_clip/clip_buttons.c
parent38c2d34d47c1fe8784b024258c543b487dc98229 (diff)
Remove variables tagged as unused. Easier to synchronize with current patches and makes
patches easier to read when variables are creating or e-using, but not un-commenting.
Diffstat (limited to 'source/blender/editors/space_clip/clip_buttons.c')
-rw-r--r--source/blender/editors/space_clip/clip_buttons.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_clip/clip_buttons.c b/source/blender/editors/space_clip/clip_buttons.c
index ba77cd726d3..82178e47ae5 100644
--- a/source/blender/editors/space_clip/clip_buttons.c
+++ b/source/blender/editors/space_clip/clip_buttons.c
@@ -65,8 +65,6 @@
static int clip_grease_pencil_panel_poll(const bContext *UNUSED(C), PanelType *UNUSED(pt))
{
- /* SpaceClip *sc = CTX_wm_space_clip(C); */ /* UNUSED */
-
return TRUE;
}