diff game/G.java @ 183:cf0256f13612

Remove global number of fonts static.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 Mar 2017 13:29:22 +0200
parents b9bc493ae53c
children 28a40f23746b
line wrap: on
line diff
--- a/game/G.java	Thu Mar 16 12:23:17 2017 +0200
+++ b/game/G.java	Thu Mar 16 13:29:22 2017 +0200
@@ -22,7 +22,6 @@
 {
     public static final String version = "0.86";
 
-    public static final int numFonts = 4;
     public static Font baseFont;
     public static Font fonts[];
     public static FontMetrics metrics[];