mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
[cleanup] Remove unused LIMITOUTPUT NLS String from Terminal
This commit is contained in:
parent
49cd35132a
commit
cc6344612f
3 changed files with 4 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* Michael Scharf (Wind River) - initial API and implementation
|
||||
* Michael Scharf (Wind River) - initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.tm.internal.terminal.view;
|
||||
|
||||
|
@ -28,7 +28,7 @@ import org.eclipse.ui.IMemento;
|
|||
* @author Michael Scharf
|
||||
*/
|
||||
class SettingsStore implements ISettingsStore {
|
||||
|
||||
|
||||
private static final String KEYS = "_keys_"; //$NON-NLS-1$
|
||||
final private Map fMap=new HashMap();
|
||||
public SettingsStore(IMemento memento) {
|
||||
|
@ -79,7 +79,8 @@ class SettingsStore implements ISettingsStore {
|
|||
}
|
||||
/**
|
||||
* Save the state into memento.
|
||||
* @param memento
|
||||
*
|
||||
* @param memento Memento to save state into.
|
||||
*/
|
||||
public void saveState(IMemento memento) {
|
||||
String[] keyNames=(String[]) fMap.keySet().toArray(new String[fMap.size()]);
|
||||
|
|
|
@ -31,7 +31,6 @@ public class ViewMessages extends NLS {
|
|||
public static String VIEW_TITLE;
|
||||
public static String VIEW_SETTINGS;
|
||||
|
||||
public static String LIMITOUTPUT;
|
||||
public static String INVERT_COLORS;
|
||||
public static String BUFFERLINES;
|
||||
public static String SERIALTIMEOUT;
|
||||
|
|
|
@ -23,7 +23,6 @@ CONNECTIONTYPE = Connection Type
|
|||
VIEW_TITLE = View Title:
|
||||
VIEW_SETTINGS = View Settings:
|
||||
|
||||
LIMITOUTPUT = Limit terminal output
|
||||
INVERT_COLORS = Invert terminal colors
|
||||
BUFFERLINES = Terminal buffer lines:
|
||||
SERIALTIMEOUT = Serial timeout (seconds):
|
||||
|
|
Loading…
Add table
Reference in a new issue