diff --git a/DICUI.Library/Data/Options.cs b/DICUI.Library/Data/Options.cs
index 670e9e6e..369be6ea 100644
--- a/DICUI.Library/Data/Options.cs
+++ b/DICUI.Library/Data/Options.cs
@@ -175,17 +175,11 @@ namespace DICUI.Data
#endregion
- ///
- /// Empty constructor for legacy compatiblity
- ///
- /// TODO: Eventually remove this empty constructor
- public Options() { }
-
///
/// Constructor taking a dictionary for settings
///
///
- public Options(Dictionary settings)
+ public Options(Dictionary settings = null)
{
this._settings = settings;
}