(svn r17505) -Codechange: WWT_EMPTY is not a special case any more for invalidating widgets.

This commit is contained in:
alberth
2009-09-11 19:26:44 +00:00
parent 029c711732
commit 2895bb0e36
2 changed files with 0 additions and 8 deletions

View File

@@ -516,7 +516,6 @@ public:
/* virtual */ void SetupSmallestSize(Window *w, bool init_array);
/* virtual */ void Draw(const Window *w);
/* virtual */ void Invalidate(const Window *w) const;
/* virtual */ Scrollbar *FindScrollbar(Window *w, bool allow_next = true);
static void InvalidateDimensionCache();