Remove superfluous field from FormatElementViewModel.

This commit is contained in:
Daniel Kraus 2015-08-09 21:12:07 +02:00
parent a009c1ab39
commit 51bfdc760e
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ namespace zaaReloaded2.ViewModels
#region Fields
DelegatingCommand _saveCommand;
string _displayString;
string _content;
#endregion