summaryrefslogtreecommitdiffstats
path: root/dab
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2012-06-15 10:51:25 +0000
committerjoerg <joerg@NetBSD.org>2012-06-15 10:51:25 +0000
commit3d750785573cdacb24a729ae45936d9082ca6a0b (patch)
treecac3101ed9388358fe5999646ec0ae161671bbc3 /dab
parent93c9710dd79b511097a3dc837c8b4cb6a1f97a16 (diff)
downloadbsdgames-darwin-3d750785573cdacb24a729ae45936d9082ca6a0b.tar.gz
bsdgames-darwin-3d750785573cdacb24a729ae45936d9082ca6a0b.tar.zst
bsdgames-darwin-3d750785573cdacb24a729ae45936d9082ca6a0b.zip
Remove unused fields
Diffstat (limited to 'dab')
-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