diff options
author | Matt Corallo <git@bluematt.me> | 2013-03-24 19:38:19 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2013-03-24 19:38:19 -0400 |
commit | c2efd981aa14e94cce4a0a888b6ee1f4e4347924 (patch) | |
tree | 7baf6933d4eaf15720b7a5ea67c2d7ad17842c61 /bitcoin-qt.pro | |
parent | dfd71bb4509d12c26e630bc671a542ad5bab4945 (diff) |
(finally) Remove IRC Seed support now that lfnet is down.
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index bf41314052..11db551cb6 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -159,7 +159,6 @@ HEADERS += src/qt/bitcoingui.h \ src/walletdb.h \ src/script.h \ src/init.h \ - src/irc.h \ src/bloom.h \ src/mruset.h \ src/checkqueue.h \ @@ -230,7 +229,6 @@ SOURCES += src/qt/bitcoin.cpp \ src/main.cpp \ src/init.cpp \ src/net.cpp \ - src/irc.cpp \ src/bloom.cpp \ src/checkpoints.cpp \ src/addrman.cpp \ |