From 38a400c42fc035865839f5acb3ed9472505b3c3e Mon Sep 17 00:00:00 2001 From: ko040123 <21600124@handong.edu> Date: Tue, 7 May 2019 23:17:49 +0900 Subject: [PATCH] test1 --- src/Calculator/App.xaml.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Calculator/App.xaml.cpp b/src/Calculator/App.xaml.cpp index 29b39115..b43f1e22 100644 --- a/src/Calculator/App.xaml.cpp +++ b/src/Calculator/App.xaml.cpp @@ -139,14 +139,6 @@ void App::RemoveWindowFromMap(int viewId) m_secondaryWindows.erase(viewId); } -void App::RemoveWindow(_In_ WindowFrameService ^ frameService) -{ - // Shell does not allow killing the main window. - if (m_mainViewId != frameService->GetViewId()) - { - HandleViewReleaseAndRemoveWindowFromMap(frameService); - } -} task App::HandleViewReleaseAndRemoveWindowFromMap(_In_ WindowFrameService ^ frameService) {