diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-10 12:43:56 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-10 12:43:56 -0600 |
commit | e2e30710a646965a506444cc0dc8a91e1a718002 (patch) | |
tree | 6df4da284837593cd11d09aedf5244b244cf6fac /src/main.cpp | |
parent | 17f9d5abcb05da185486ccfba293f3a8c9eab437 (diff) | |
download | mana-e2e30710a646965a506444cc0dc8a91e1a718002.tar.gz mana-e2e30710a646965a506444cc0dc8a91e1a718002.tar.bz2 mana-e2e30710a646965a506444cc0dc8a91e1a718002.tar.xz mana-e2e30710a646965a506444cc0dc8a91e1a718002.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 06093946..32ff3ac3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -101,8 +101,6 @@ namespace { - Window *setupWindow = 0; - struct SetupListener : public gcn::ActionListener { /** @@ -1031,7 +1029,6 @@ int main(int argc, char *argv[]) progressLabel = NULL; currentDialog = NULL; setup = NULL; - setupWindow = NULL; login_wallpaper->decRef(); login_wallpaper = NULL; |