diff --git a/FlowCalc/Controller.cs b/FlowCalc/Controller.cs index 1ed6b51..232c8a8 100644 --- a/FlowCalc/Controller.cs +++ b/FlowCalc/Controller.cs @@ -583,7 +583,6 @@ public string GetTitle() var versionInfo = FileVersionInfo.GetVersionInfo(Assembly.GetEntryAssembly().Location); return string.Concat(typeof(MainView).Assembly.GetName().Name, " ", versionInfo.ProductVersion); #endif - } #endregion Internal services