Removed no longer used constant definitions.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@255 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-08-13 23:42:43 +00:00
parent 3e9e45725b
commit 467ae03b3a
@@ -1,5 +1,5 @@
//
// $Id: HierarchyVisualizer.java,v 1.11 2001/08/12 04:36:58 mdb Exp $
// $Id: HierarchyVisualizer.java,v 1.12 2001/08/13 23:42:43 mdb Exp $
//
// viztool - a tool for visualizing collections of java classes
// Copyright (C) 2001 Michael Bayne
@@ -197,11 +197,5 @@ public class HierarchyVisualizer implements Printable
protected PageFormat _format;
protected static final int PAGE_WIDTH = (int)(72 * 7.5);
protected static final int PAGE_HEIGHT = (int)(72 * 10);
protected static final int X_MARGIN = 72/2;
protected static final int Y_MARGIN = 72/2;
protected static final int GAP = 72/4;
}