From 27769da140422d9d327a9f76452ef2b76bdf114a Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 20 May 2016 15:01:49 +0200 Subject: [PATCH] clean --- Yavsc/Resources/YavscLocalisation.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Yavsc/Resources/YavscLocalisation.cs b/Yavsc/Resources/YavscLocalisation.cs index 1577cc33..9404f46c 100644 --- a/Yavsc/Resources/YavscLocalisation.cs +++ b/Yavsc/Resources/YavscLocalisation.cs @@ -6,10 +6,5 @@ namespace Yavsc.Resources /// public class YavscLocalisation { - public static string ChooseAnEventDate { - get { - return "Please, choose a date for this event."; - } - } } -} \ No newline at end of file +}