diff options
| author | Jeff Garzik <[email protected]> | 2013-07-31 03:35:33 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2013-07-31 03:35:33 -0700 |
| commit | 8351d55cd3955c95c5e3fe065a456db08cc8a559 (patch) | |
| tree | 2647f444088b18845088a5fac3a6fdabe656eeba /src/qt/guiutil.cpp | |
| parent | Make sure new wallet variables are initialized (diff) | |
| parent | Remove #define loop from util.h (diff) | |
| download | discoin-8351d55cd3955c95c5e3fe065a456db08cc8a559.tar.xz discoin-8351d55cd3955c95c5e3fe065a456db08cc8a559.zip | |
Merge pull request #2866 from gavinandresen/loopdefine
Remove #define loop from util.h
Diffstat (limited to 'src/qt/guiutil.cpp')
| -rw-r--r-- | src/qt/guiutil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 521d9bddd..0ea5060e7 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -7,7 +7,6 @@ #include "util.h" #include "init.h" -#undef loop /* Todo: ugh, remove this when the #define loop is gone from util.h */ #include <QApplication> #include <QDateTime> #include <QDoubleValidator> |