1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 04:25:21 +02:00

[cleanup] Remove unused LIMITOUTPUT NLS String from Terminal

This commit is contained in:
Martin Oberhuber 2008-03-16 20:15:07 +00:00
parent 49cd35132a
commit cc6344612f
3 changed files with 4 additions and 5 deletions

View file

@ -79,7 +79,8 @@ class SettingsStore implements ISettingsStore {
} }
/** /**
* Save the state into memento. * Save the state into memento.
* @param memento *
* @param memento Memento to save state into.
*/ */
public void saveState(IMemento memento) { public void saveState(IMemento memento) {
String[] keyNames=(String[]) fMap.keySet().toArray(new String[fMap.size()]); String[] keyNames=(String[]) fMap.keySet().toArray(new String[fMap.size()]);

View file

@ -31,7 +31,6 @@ public class ViewMessages extends NLS {
public static String VIEW_TITLE; public static String VIEW_TITLE;
public static String VIEW_SETTINGS; public static String VIEW_SETTINGS;
public static String LIMITOUTPUT;
public static String INVERT_COLORS; public static String INVERT_COLORS;
public static String BUFFERLINES; public static String BUFFERLINES;
public static String SERIALTIMEOUT; public static String SERIALTIMEOUT;

View file

@ -23,7 +23,6 @@ CONNECTIONTYPE = Connection Type
VIEW_TITLE = View Title: VIEW_TITLE = View Title:
VIEW_SETTINGS = View Settings: VIEW_SETTINGS = View Settings:
LIMITOUTPUT = Limit terminal output
INVERT_COLORS = Invert terminal colors INVERT_COLORS = Invert terminal colors
BUFFERLINES = Terminal buffer lines: BUFFERLINES = Terminal buffer lines:
SERIALTIMEOUT = Serial timeout (seconds): SERIALTIMEOUT = Serial timeout (seconds):