CtrlCore: Refactored MT for Win32

git-svn-id: svn://ultimatepp.org/upp/trunk@5560 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-11-19 08:40:52 +00:00
parent b09b7d6cbe
commit 6b9a6f0378
6 changed files with 11 additions and 16 deletions

View file

@ -84,7 +84,7 @@ void TopWindow::SyncTitle0()
::SetWindowText(hwnd, ToSystemCharset(title.ToString()));
}
void TopWindow::DeleteIco0()
void TopWindow::DeleteIco()
{
GuiLock __;
LLOG("TopWindow::DeleteIco " << UPP::Name(this));
@ -95,11 +95,6 @@ void TopWindow::DeleteIco0()
ico = lico = NULL;
}
void TopWindow::DeleteIco()
{
ICall(THISBACK(DeleteIco0));
}
void TopWindow::SyncCaption0()
{
GuiLock __;