(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.

This commit is contained in:
rubidium
2008-05-06 21:28:30 +00:00
parent 7b6ce158fe
commit 8796331d83
21 changed files with 86 additions and 86 deletions

View File

@@ -342,7 +342,7 @@ static void GenerateLandscapeWndProc(Window *w, WindowEvent *e)
case WE_CLICK:
switch (e->we.click.widget) {
case 0: DeleteWindow(w); break;
case 0: delete w; break;
case GLAND_TEMPERATE:
case GLAND_ARCTIC: