diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-14 00:08:44 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-14 00:08:44 +0000 |
| commit | d1a1bcbccff73925b7667c50f2cc538074bf7107 (patch) | |
| tree | 96dd7176f4d9bb550c822b4da0207117f0fe2815 /sources/prefs/VSPrefs.java | |
| parent | c30c9c6e5d278671d7df7321953c72c49bc5df0e (diff) | |
while deserialization the VSDefaultPrefs will set non-set values.
Diffstat (limited to 'sources/prefs/VSPrefs.java')
| -rw-r--r-- | sources/prefs/VSPrefs.java | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java index 70f378f..b6b8f42 100644 --- a/sources/prefs/VSPrefs.java +++ b/sources/prefs/VSPrefs.java @@ -910,36 +910,6 @@ public class VSPrefs implements VSSerializable { stringPrefs.put(key, val); } - /** - * Fill default strings. - */ - public void fillDefaultStrings() {} - - /** - * Fill default integers. - */ - public void fillDefaultIntegers() {} - - /** - * Fill default floats. - */ - public void fillDefaultFloats() {} - - /** - * Fill default colors. - */ - public void fillDefaultColors() {} - - /** - * Fill default booleans. - */ - public void fillDefaultBooleans() {} - - /** - * Fill with defaults. - */ - public void fillWithDefaults() {} - /* (non-Javadoc) * @see serialize.VSSerializable#serialize(serialize.VSSerialize, * java.io.ObjectOutputStream) |
