(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already.

This commit is contained in:
frosch
2009-09-13 17:37:47 +00:00
parent 36739925a2
commit 263952f557
8 changed files with 9 additions and 21 deletions

View File

@@ -752,7 +752,7 @@ static bool TrainAccelerationModelChanged(int32 p1)
static bool DragSignalsDensityChanged(int32)
{
SetWindowDirty(FindWindowById(WC_BUILD_SIGNAL, 0));
InvalidateWindow(WC_BUILD_SIGNAL, 0);
return true;
}