summaryrefslogtreecommitdiffstats
path: root/dab/algor.h
diff options
context:
space:
mode:
Diffstat (limited to 'dab/algor.h')
-rw-r--r--dab/algor.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/dab/algor.h b/dab/algor.h
index bd6b49c4..00b3c25f 100644
--- a/dab/algor.h
+++ b/dab/algor.h
@@ -1,4 +1,4 @@
-/* $NetBSD: algor.h,v 1.4 2008/04/28 20:22:53 martin Exp $ */
+/* $NetBSD: algor.h,v 1.5 2012/06/15 10:51:25 joerg Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -71,10 +71,6 @@ class ALGOR : public PLAYER {
#ifdef notyet
size_t find_single(void);
#endif
-
- size_t _edge1;
- size_t _edge2;
- size_t _maxedge;
};
#endif