1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +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
This commit is contained in:
Jonah Graham 2019-06-17 07:59:54 -04:00
parent 5d806b8615
commit 8e0ba58fa8

View file

@ -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);