mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
9bbd56d5ed
- Pass maintainership to submitter PR: 120415 Submitted by: "Pietro Cerutti" <gahr@gahr.ch>
13 lines
352 B
C
13 lines
352 B
C
--- src/basic.h.orig 2008-02-08 16:40:42.000000000 +0100
|
|
+++ src/basic.h 2008-02-08 16:40:48.000000000 +0100
|
|
@@ -36,9 +36,6 @@
|
|
|
|
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;
|
|
|