From 642d17c355982a077b49c916c7476b9fe3726b75 Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 23 Jun 2010 22:29:36 +0000 Subject: [PATCH] fix --- source/gui/gui_keyboard.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/gui/gui_keyboard.cpp b/source/gui/gui_keyboard.cpp index 9cfaf36..491f609 100644 --- a/source/gui/gui_keyboard.cpp +++ b/source/gui/gui_keyboard.cpp @@ -122,7 +122,6 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max) keySoundOver = new GuiSound(button_over_pcm, button_over_pcm_size, SOUND_PCM); keySoundClick = new GuiSound(button_click_pcm, button_click_pcm_size, SOUND_PCM); - trigA = new GuiTrigger; trigA = new GuiTrigger; trigA->SetSimpleTrigger(-1, WPAD_BUTTON_A | WPAD_CLASSIC_BUTTON_A, PAD_BUTTON_A);