Skip to content

Commit 3269fe4

Browse files
authored
Merge pull request #245 from chrisws/12_29
SDL: revert keypad changes no intended for release
2 parents 8b92847 + aa5f17a commit 3269fe4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/platform/sdl/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ sbasicg_SOURCES = \
2121
../../ui/form.cpp \
2222
../../ui/inputs.cpp \
2323
../../ui/textedit.cpp \
24-
../../ui/keypad.cpp \
2524
../../ui/image.cpp \
2625
../../ui/strlib.cpp \
2726
../../ui/audio.cpp \

src/platform/sdl/editor.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "common/sbapp.h"
1212
#include "common/fs_socket_client.h"
1313
#include "ui/textedit.h"
14-
#include "ui/keypad.h"
1514
#include "platform/sdl/runtime.h"
1615
#include "platform/sdl/settings.h"
1716
#include "platform/sdl/syswm.h"
@@ -229,10 +228,6 @@ void System::editSource(String loadPath, bool restoreOnExit) {
229228
_output->clearScreen();
230229
_output->addInput(editWidget);
231230
_output->addInput(helpWidget);
232-
_output->addInput(new KeypadInput(false, false, charWidth, charHeight));
233-
234-
// to layout inputs
235-
_output->resize(w, h);
236231

237232
if (isBreak() && g_returnToLine) {
238233
// break running program - position to last program line

0 commit comments

Comments
 (0)