diff --git a/mRemoteNG/App/ProgramRoot.cs b/mRemoteNG/App/ProgramRoot.cs index 3a3f94a2b..abae3a00d 100644 --- a/mRemoteNG/App/ProgramRoot.cs +++ b/mRemoteNG/App/ProgramRoot.cs @@ -15,19 +15,6 @@ namespace mRemoteNG.App private static Mutex _mutex; private static FrmSplashScreenNew _frmSplashScreen = null; - public class LocalSettingsManager - { - internal bool DatabaseExists() - { - return true; - } - - internal void CreateDatabase() - { - throw new NotImplementedException(); - } - } - /// /// The main entry point for the application. ///