summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-10 12:43:56 -0600
committerIra Rice <irarice@gmail.com>2009-03-10 12:59:03 -0600
commit4676d0fe6ee938031ce13a65927718f9b53810cf (patch)
treee0cbcf26a8814d69826627528b7eb813ae789ed2 /src/main.cpp
parentcabb9735f2e31b9f1f64b2496e1775d54861da36 (diff)
downloadmana-client-4676d0fe6ee938031ce13a65927718f9b53810cf.tar.gz
mana-client-4676d0fe6ee938031ce13a65927718f9b53810cf.tar.bz2
mana-client-4676d0fe6ee938031ce13a65927718f9b53810cf.tar.xz
mana-client-4676d0fe6ee938031ce13a65927718f9b53810cf.zip
Remove some SetupWindow weirdness
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f7468d84..9e7c91c0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -101,8 +101,6 @@
namespace
{
- Window *setupWindow = 0;
-
struct SetupListener : public gcn::ActionListener
{
/**
@@ -1020,7 +1018,6 @@ int main(int argc, char *argv[])
progressLabel = NULL;
currentDialog = NULL;
setup = NULL;
- setupWindow = NULL;
login_wallpaper->decRef();
login_wallpaper = NULL;