Module Name:    src
Committed By:   joerg
Date:           Fri Jun 15 10:51:26 UTC 2012

Modified Files:
        src/games/dab: algor.h

Log Message:
Remove unused fields


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/games/dab/algor.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/dab/algor.h
diff -u src/games/dab/algor.h:1.4 src/games/dab/algor.h:1.5
--- src/games/dab/algor.h:1.4	Mon Apr 28 20:22:53 2008
+++ src/games/dab/algor.h	Fri Jun 15 10:51:25 2012
@@ -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

Reply via email to