From bf8a9c663531ad44af91354a36e68c2d2587ac00 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 5 Feb 2017 20:44:41 -0600 Subject: [PATCH] Removed registry stuff --- SiaDrive/SiaDriveApp.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/SiaDrive/SiaDriveApp.cpp b/SiaDrive/SiaDriveApp.cpp index 19e7ccc..f66fb5f 100644 --- a/SiaDrive/SiaDriveApp.cpp +++ b/SiaDrive/SiaDriveApp.cpp @@ -68,15 +68,6 @@ BOOL CSiaDriveApp::InitInstance() // Activate "Windows Native" visual manager for enabling themes in MFC controls CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerWindows)); - // Standard initialization - // If you are not using these features and wish to reduce the size - // of your final executable, you should remove from the following - // the specific initialization routines you do not need - // Change the registry key under which our settings are stored - // TODO: You should modify this string to be something appropriate - // such as the name of your company or organization - SetRegistryKey(_T("Local AppWizard-Generated Applications")); - CSiaDriveDlg dlg; m_pMainWnd = &dlg; INT_PTR nResponse = dlg.DoModal();