Skip to content

Commit b91fe7e

Browse files
committed
[logo] Remove unused code
1 parent aaaed88 commit b91fe7e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/usr/local/src/logo.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,9 @@
77
#include <math.h>
88
#include <graphics.h>
99

10-
const int BUSY_WAIT_FRAMECOUNTER = 2e7;
11-
1210
const int WINDOW_HEIGHT = GRAPHICS_MAX_HEIGHT;
1311
const int WINDOW_WIDTH = GRAPHICS_MAX_WIDTH;
1412

15-
char message_buffer[320];
16-
17-
void frame_wait() {
18-
// busy wait
19-
volatile int counter = BUSY_WAIT_FRAMECOUNTER;
20-
while (counter--);
21-
}
22-
2313
std::vector<std::string> split(std::string &str) {
2414
std::vector<std::string> rv;
2515
std::size_t len = str.length();

0 commit comments

Comments
 (0)