opps... typo fix

This commit is contained in:
mtabachenko 2008-08-17 17:53:30 +00:00
parent 9ccd29f043
commit 9ed477f765
1 changed files with 0 additions and 9 deletions

View File

@ -46,7 +46,6 @@
#include "mapview.h"
#include "matrixview.h"
#include "lightview.h"
#include "textureview.h"
#include "ConfigKeys.h"
#include "FirmConfig.h"
#include "AboutBox.h"
@ -1391,14 +1390,6 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
if ((PalView = PalView_Init(hAppInst, HWND_DESKTOP)) != NULL)
CWindow_Show(PalView);
}
return 0;
case IDM_TEX:
{
texview_struct *TexView;
if ((TexView = TexView_Init(hAppInst, HWND_DESKTOP)) != NULL)
CWindow_Show(TexView);
}
return 0;
case IDM_TILE:
{