X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=net.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Ftables%2Fmemory%2FDisplaySettings.java;fp=net.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Ftables%2Fmemory%2FDisplaySettings.java;h=0000000000000000000000000000000000000000;hb=1e6eee9a46051c1e3f841b9675d3337ba3b72ac7;hp=8816a52684aade1ce58fe0aec7157ed4f5038f68;hpb=45942cbbb4b10a99cef716c56fe14642f7c45722;p=Mograsim.git 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 index 8816a526..00000000 --- a/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/memory/DisplaySettings.java +++ /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