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

Commit a75f7296 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Native/opengl: Remove unused variables from test

For build-system CFLAGS clean-up.

Bug: 18632512
Change-Id: Ibe2d59c7e0677f02e4bf5214d34655cd300d5f15
parent b9b63106
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -26,8 +26,6 @@ uint32_t h;
// The stateClock starts at zero and increments by 1 every time we draw a frame. It is used to control which phase of the test we are in.

int stateClock;
const int doLoopStates = 2;
const int doSingleTestStates = 2;
bool done;

// Saves the parameters of the test (so we can print them out when we finish the timing.)