From 27e812d69702c43313af8a5521841fd7f4da69f1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 17 Feb 2011 22:34:41 +0000 Subject: Clear some compiler warnings by commenting some functions, adding others to headers. left in warnings where functions obviously need to get ported to 2.5x still. Also, render stamp seq strip works again. --- source/blender/editors/gpencil/editaction_gpencil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/gpencil') diff --git a/source/blender/editors/gpencil/editaction_gpencil.c b/source/blender/editors/gpencil/editaction_gpencil.c index 4a1e96b232d..643b6c7082f 100644 --- a/source/blender/editors/gpencil/editaction_gpencil.c +++ b/source/blender/editors/gpencil/editaction_gpencil.c @@ -59,7 +59,7 @@ /* Generics - Loopers */ /* Loops over the gp-frames for a gp-layer, and applies the given callback */ -static short gplayer_frames_looper (bGPDlayer *gpl, Scene *scene, short (*gpf_cb)(bGPDframe *, Scene *)) +short gplayer_frames_looper (bGPDlayer *gpl, Scene *scene, short (*gpf_cb)(bGPDframe *, Scene *)) { bGPDframe *gpf; -- cgit v1.2.3