aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 4ab486ee9b..88d9f3bab5 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -52,12 +52,6 @@
#include "gui/launcher.h"
#endif
-#define ___VK_TEST
-
-#if defined(___VK_TEST)
-#include "gui/virtualKeyboard.h"
-#endif
-
static bool launcherDialog(OSystem &system) {
@@ -74,13 +68,6 @@ static bool launcherDialog(OSystem &system) {
// Clear the main screen
system.clearScreen();
-#if defined(___VK_TEST)
- GUI::VirtualKeyboard *vk = new GUI::VirtualKeyboard();
- if (vk->loadKeyboardPack("test"))
- printf("Successfully parsed test keyboard pack\n");
-
-#endif
-
#if defined(_WIN32_WCE)
CELauncherDialog dlg;
#elif defined(__DC__)