diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-10 12:43:56 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-10 12:59:03 -0600 |
commit | 4676d0fe6ee938031ce13a65927718f9b53810cf (patch) | |
tree | e0cbcf26a8814d69826627528b7eb813ae789ed2 /src/main.cpp | |
parent | cabb9735f2e31b9f1f64b2496e1775d54861da36 (diff) | |
download | mana-4676d0fe6ee938031ce13a65927718f9b53810cf.tar.gz mana-4676d0fe6ee938031ce13a65927718f9b53810cf.tar.bz2 mana-4676d0fe6ee938031ce13a65927718f9b53810cf.tar.xz mana-4676d0fe6ee938031ce13a65927718f9b53810cf.zip |
Remove some SetupWindow weirdness
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
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; |