first cut of merge of STABLE-pre1_0 into HEAD. I won't even guarantee that it
[mir.git] / source / mircoders / entity / EntityBreaking.java
index fbca369..4b430d8 100755 (executable)
@@ -14,22 +14,13 @@ import java.io.*;
 import java.util.*;
 import java.sql.*;
 
-import freemarker.template.*;
-
 import mir.entity.*;
 import mir.misc.*;
 import mir.storage.*;
 
 public class EntityBreaking extends Entity
 {
-  private static int instances;
-
-       public EntityBreaking() {       super(); instances++;   }
+       public EntityBreaking() {       super();        }
        public EntityBreaking(StorageObject theStorage) {       this(); setStorage(theStorage); }
-       public void finalize() {
-    instances--;
-    super.finalize();
-  }
-
 
 }