From 9ed477f765a585ba6d3cdd5dff8ec3338ffbfada Mon Sep 17 00:00:00 2001 From: mtabachenko Date: Sun, 17 Aug 2008 17:53:30 +0000 Subject: [PATCH] opps... typo fix --- desmume/src/windows/main.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/desmume/src/windows/main.c b/desmume/src/windows/main.c index 0dd86ccdc..18fe16fb6 100644 --- a/desmume/src/windows/main.c +++ b/desmume/src/windows/main.c @@ -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: {