summaryrefslogtreecommitdiff
path: root/IvyProbe/IvyProbe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'IvyProbe/IvyProbe.cpp')
-rw-r--r--IvyProbe/IvyProbe.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/IvyProbe/IvyProbe.cpp b/IvyProbe/IvyProbe.cpp
index 2365dd4..df84f85 100644
--- a/IvyProbe/IvyProbe.cpp
+++ b/IvyProbe/IvyProbe.cpp
@@ -54,19 +54,6 @@ BOOL CIvyProbeApp::InitInstance()
}
}
- //AfxEnableControlContainer();
-
- // 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.
-#ifndef UNDER_CE
-#ifdef _AFXDLL
- //Enable3dControls(); // Call this when using MFC in a shared DLL
-#else
- //Enable3dControlsStatic(); // Call this when linking to MFC statically
-#endif
-#endif
CIvyProbeDlg dlg;
m_pMainWnd = &dlg;