Skip to content

Commit

Permalink
Remove unnecessary MFC function calls
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanheer committed Mar 15, 2022
1 parent bd17e88 commit f64f0c8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions utils/serverctrl/ServerCtrl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ BOOL CServerCtrlApp::InitInstance()
{
// Standard initialization

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CServerCtrlDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
Expand Down

0 comments on commit f64f0c8

Please sign in to comment.