Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e15c1133 authored by Stephen Hines's avatar Stephen Hines
Browse files

Mark a non-exported function as static.

Change-Id: I2f497e8ec4dcfb878ce9491577e46d4c1ea09723
parent 68f0a32d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ typedef struct {
    rs_matrix4x4 *mat;
} ParentData;

void appendTransformation(int type, float4 data, rs_matrix4x4 *mat) {
static void appendTransformation(int type, float4 data, rs_matrix4x4 *mat) {
    rs_matrix4x4 temp;

    switch (type) {