blob: 36ff38341ebeec785dd9b5bbb07efef3e2ce503c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/basic.h.orig 2000-08-10 21:02:49 UTC
+++ src/basic.h
@@ -36,9 +36,6 @@ enum motion_magic
extern const int colmagic[9];
extern const int rowmagic[9];
-extern char * motion_name[9];
-extern enum motion_magic complementary_motion[9];
-extern enum motion_magic opposite_motion[9];
extern int run_load_hooks;
|