diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-02-01 17:00:50 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-02-01 17:00:50 +0000 |
commit | 7193be01bb2a04f02880a42bcacc2b2ec39acf29 (patch) | |
tree | 69b2d8b41a33a005f47c6eca8f2426e70b277e71 /src/gui/updatewindow.h | |
parent | 0b9c36dab1239d8577ef9f7a1339e262909ece05 (diff) | |
download | mana-7193be01bb2a04f02880a42bcacc2b2ec39acf29.tar.gz mana-7193be01bb2a04f02880a42bcacc2b2ec39acf29.tar.bz2 mana-7193be01bb2a04f02880a42bcacc2b2ec39acf29.tar.xz mana-7193be01bb2a04f02880a42bcacc2b2ec39acf29.zip |
A bit of cleanup and defined a helper function for calculating the alder32
checksum of a file. Probably not fixing any bug though.
Diffstat (limited to 'src/gui/updatewindow.h')
-rw-r--r-- | src/gui/updatewindow.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/updatewindow.h b/src/gui/updatewindow.h index bbecf176..dcbb51b3 100644 --- a/src/gui/updatewindow.h +++ b/src/gui/updatewindow.h @@ -94,7 +94,7 @@ class UpdaterWindow : public Window, public gcn::ActionListener void download(); /** - * The tread function that download the files. + * The thread function that download the files. */ static int downloadThread(void *ptr); @@ -126,11 +126,6 @@ class UpdaterWindow : public Window, public gcn::ActionListener SDL_Thread *mThread; /** - * A mutex to protect shared data between the threads. - */ - SDL_mutex *mMutex; - - /** * Status of the current download. */ DownloadStatus mDownloadStatus; |