The instruction editor can now display integers in bases 2, 8, 10 and 16
[Mograsim.git] / net.mograsim.plugin.core / src / net / mograsim / plugin / tables / memory / DisplaySettings.java
diff --git a/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/memory/DisplaySettings.java b/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/memory/DisplaySettings.java
deleted file mode 100644 (file)
index 8816a52..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-package net.mograsim.plugin.tables.memory;
-
-import net.mograsim.plugin.asm.AsmNumberUtil.NumberType;
-
-public class DisplaySettings
-{
-       private NumberType dataNumberType;
-
-       public DisplaySettings(NumberType dataNumberType)
-       {
-               this.dataNumberType = dataNumberType;
-       }
-
-       public NumberType getDataNumberType()
-       {
-               return dataNumberType;
-       }
-
-       public void setDataNumberType(NumberType dataNumberType)
-       {
-               this.dataNumberType = dataNumberType;
-       }
-}
\ No newline at end of file