diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-03-17 22:58:37 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-03-17 22:58:37 -0700 |
| commit | 74e4d80068f9c29d4891439332b4027328c8584b (patch) | |
| tree | 8f4edc6d58658948816339f11d42acef7713b17e /src/qt/test | |
| parent | Update unit test to match rule enforcement starts 21 March (diff) | |
| parent | Bitcoin-Qt: massive header and cpp cleanup (diff) | |
| download | discoin-74e4d80068f9c29d4891439332b4027328c8584b.tar.xz discoin-74e4d80068f9c29d4891439332b4027328c8584b.zip | |
Merge pull request #2210 from Diapolo/Qt_header_cpp_cleanup
Bitcoin-Qt: massive header and cpp cleanup
Diffstat (limited to 'src/qt/test')
| -rw-r--r-- | src/qt/test/uritests.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/qt/test/uritests.cpp b/src/qt/test/uritests.cpp index 4662f5ed3..802d74719 100644 --- a/src/qt/test/uritests.cpp +++ b/src/qt/test/uritests.cpp @@ -4,15 +4,6 @@ #include <QUrl> -/* -struct SendCoinsRecipient -{ - QString address; - QString label; - qint64 amount; -}; -*/ - void URITests::uriTests() { SendCoinsRecipient rv; |