code cleanup: make many functions static

This commit is contained in:
2012-09-22 14:07:55 +00:00
parent 34114b3b75
commit 6c1da4d022
33 changed files with 160 additions and 149 deletions

View File

@@ -31,6 +31,8 @@
#include "RNA_define.h"
#include "rna_internal.h" /* own include */
#ifdef RNA_RUNTIME
#include "DNA_scene_types.h"
@@ -39,8 +41,8 @@
#include "BKE_context.h"
#include "BKE_object.h"
void rna_camera_view_frame(struct Camera *camera, struct Scene *scene,
float vec1_r[3], float vec2_r[3], float vec3_r[3], float vec4_r[3])
static void rna_camera_view_frame(struct Camera *camera, struct Scene *scene,
float vec1_r[3], float vec2_r[3], float vec3_r[3], float vec4_r[3])
{
float vec[4][3];