From 6077343b1720b4a5a57f2c736006ca7379d10cfc Mon Sep 17 00:00:00 2001 From: Pawel Piech Date: Wed, 18 Mar 2009 15:53:32 +0000 Subject: [PATCH] [269146] - [view model] NLS warning messages in the log --- .../debug/ui/viewmodel/variable/MessagesForVariablesVM.java | 2 -- .../cdt/dsf/debug/ui/viewmodel/variable/messages.properties | 6 ------ 2 files changed, 8 deletions(-) diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/MessagesForVariablesVM.java b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/MessagesForVariablesVM.java index 8293590c00d..d9390a88d48 100644 --- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/MessagesForVariablesVM.java +++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/MessagesForVariablesVM.java @@ -35,8 +35,6 @@ public class MessagesForVariablesVM extends NLS { public static String VariableVMNode_Type_column__Error__text_format; public static String VariableVMNode_Type_column__text_format; public static String VariableVMNode_Value_column__text_format; - public static String VariableVMNode_Value_column___No_string__text_format; - public static String VariableVMNode_Value_column___No_string__Value__text_format; static { // initialize resource bundle diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties index 65fe07dc7db..a9147b2a583 100644 --- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties +++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties @@ -30,12 +30,6 @@ VariableVMNode_Type_column__text_format={0} # {1} - value in STRING format. VariableVMNode_Value_column__text_format={0} {1} -# Message format for the value column text -# {0} - value formatted in the active format. If the preferred format was -# available, then this is just the value. Otherwise, it's the string formatted -# by the format in VariableVMNode_Value_column__Value__text_format. -VariableVMNode_Value_column___No_string__text_format={0} - # {0} - variable name # {1} - value formatted in the active format. If the preferred format was # available, then this is just the value. Otherwise, it's the string formatted