code cleanup: make many functions static
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user