commit 145fd92
Devine Lu Linvega
·
2025-01-21 17:09:38 +0000 UTC
parent 7fb8ec6
Removed unused pragmas
1 files changed,
+0,
-4
+0,
-4
1@@ -34,14 +34,10 @@ static XImage *ximage;
2 static Display *display;
3 static Window window;
4
5-/* clang-format off */
6-
7 #define WIDTH (64 * 8)
8 #define HEIGHT (40 * 8)
9 #define CONINBUFSIZE 256
10
11-/* clang-format on */
12-
13 Uint8
14 emu_dei(Uint8 addr)
15 {