mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
Bug 548334: Remove unused NLS message with no entry
This was causing:
Warning: NLS missing message: OverrideMethods_label in: org.eclipse.cdt.ui.refactoring.actions.Messages
Change-Id: I07e16ec58397fa268a06dcdba30dccfa1e66a93e
(cherry picked from commit 8e0ba58fa8
)
This commit is contained in:
parent
6dd16e029e
commit
3dba155971
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ class Messages extends NLS {
|
|||
public static String ImplementMethodAction_label;
|
||||
public static String GettersAndSetters_label;
|
||||
public static String ToggleFunctionAction_label;
|
||||
public static String OverrideMethods_label;
|
||||
|
||||
static {
|
||||
NLS.initializeMessages(Messages.class.getName(), Messages.class);
|
||||
|
|
Loading…
Add table
Reference in a new issue