summaryrefslogtreecommitdiff
path: root/games/trek/trek.h
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2017-05-26 19:19:24 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2017-05-26 19:19:24 +0000
commit0fabb298204d9fe5868e1c05e3163f48a007fc3f (patch)
tree7942d96a4d77c962d6cef5f3e465ec40a3ee04b0 /games/trek/trek.h
parentf73586f65339a4e1d8b70c9ac63762eb9fcc6dae (diff)
save and restore hasn't worked for some time, not since -fPIE, since it
uses a pointer equality check for save game validity. remove it. discovered by the ever inquisitive mlarkin
Diffstat (limited to 'games/trek/trek.h')
-rw-r--r--games/trek/trek.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/trek/trek.h b/games/trek/trek.h
index 83a3adf1cbc..41511703db9 100644
--- a/games/trek/trek.h
+++ b/games/trek/trek.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: trek.h,v 1.13 2013/06/02 04:28:39 schwarze Exp $ */
+/* $OpenBSD: trek.h,v 1.14 2017/05/26 19:19:23 tedu Exp $ */
/* $NetBSD: trek.h,v 1.3 1995/04/22 10:59:36 cgd Exp $ */
/*
@@ -410,10 +410,6 @@ void destruct(int);
void dock(int);
void undock(int);
-/* dumpgame.c */
-void dumpgame(int);
-int restartgame(void);
-
/* dumpme.c */
void dumpme(int);