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>2014-11-30 21:28:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-30 21:28:59 +0300
commitb7d053beaa70f0331629723f2b575ecf7f842493 (patch)
treef633334ff05aa32c08982f1860889e53950fd0d4 /source/blender/editors/space_clip/clip_buttons.c
parentfd4cd626be9542a58fe5b30bf9409d5e435ff140 (diff)
Cleanup: warnings & space
Diffstat (limited to 'source/blender/editors/space_clip/clip_buttons.c')
-rw-r--r--source/blender/editors/space_clip/clip_buttons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_clip/clip_buttons.c b/source/blender/editors/space_clip/clip_buttons.c
index 339a36510ab..f8299a8d335 100644
--- a/source/blender/editors/space_clip/clip_buttons.c
+++ b/source/blender/editors/space_clip/clip_buttons.c
@@ -69,9 +69,9 @@
/* Panels */
-void ED_clip_buttons_register(ARegionType *art)
+void ED_clip_buttons_register(ARegionType *UNUSED(art))
{
-
+
}
/********************* MovieClip Template ************************/