(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.

This commit is contained in:
frosch
2011-03-13 21:34:21 +00:00
parent 307eeb3c46
commit db3a8d1abf
10 changed files with 10 additions and 30 deletions

View File

@@ -642,7 +642,6 @@ struct DepotWindow : Window {
*/
virtual void OnInvalidateData(int data = 0, bool gui_scope = true)
{
if (!gui_scope) return;
this->generate_list = true;
}