summaryrefslogtreecommitdiff
path: root/games-arcade/pacmanarena/files/pacmanarena-0.15-fnocommon.patch
blob: 103976f4c48e6d6cd8c12c1f923c5be39f7b5a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Fix build. https://bugs.gentoo.org/708066#c8

diff --git a/include/input.h b/include/input.h
index 08a4aee..491c01d 100644
--- a/include/input.h
+++ b/include/input.h
@@ -22,8 +22,6 @@
 #ifndef _INPUT_H
 #define _INPUT_H
 
-char *keyboard_map;
-
 void input_reset(void);
 void input_update(void);
 int input_kstate(int ksym);