aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorMax Horn2003-05-20 16:43:28 +0000
committerMax Horn2003-05-20 16:43:28 +0000
commitdab0e4308e137e1a82856a9b25575b720d4bd2bb (patch)
treec50241dbddbb6b7e787bf183de535b1bfd0ea15f /gui
parent733326b7275aea3e08afe7604eb8761c11e76d1a (diff)
downloadscummvm-rg350-dab0e4308e137e1a82856a9b25575b720d4bd2bb.tar.gz
scummvm-rg350-dab0e4308e137e1a82856a9b25575b720d4bd2bb.tar.bz2
scummvm-rg350-dab0e4308e137e1a82856a9b25575b720d4bd2bb.zip
memory init
svn-id: r7743
Diffstat (limited to 'gui')
-rw-r--r--gui/browser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/browser.cpp b/gui/browser.cpp
index e7baa87341..ba2806a629 100644
--- a/gui/browser.cpp
+++ b/gui/browser.cpp
@@ -39,13 +39,11 @@ BrowserDialog::BrowserDialog(NewGui *gui, const char *title)
: Dialog(gui, 20, 10, 320 -2 * 20, 200 - 2 * 10),
_node(0), _nodeContent(0) {
-#ifdef __PALM_OS__
_fileList = NULL;
_currentPath = NULL;
_node = NULL;
_nodeContent = NULL;
_choice = NULL;
-#endif
// Headline - TODO: should be customizable during creation time
new StaticTextWidget(this, 10, 8, _w-2 * 10, kLineHeight, title, kTextAlignCenter);