Browse code

boxui_demo_helloworld: remove unused constant

Dario Rodriguez authored on 17/06/2023 18:24:48
Showing 2 changed files
... ...
@@ -10,4 +10,6 @@ emscripten
10 10
 *.ico
11 11
 *.rc
12 12
 *.exe
13
+notosans_regular_ttf.c
14
+notosans_regular_ttf.h
13 15
 boxui_demo_helloworld
... ...
@@ -18,9 +18,6 @@
18 18
 #include <signal.h>
19 19
 #include "boxui.h"
20 20
 
21
-
22
-
23
-#define FRAMEMS (1000/30)
24 21
 #define DEFAULT_SCREENW 640
25 22
 #define DEFAULT_SCREENH 480
26 23