aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-06-11 08:10:28 +0200
committerWladimir J. van der Laan <[email protected]>2014-06-11 08:10:33 +0200
commit4f106a3fa61cc4f03cccf5e46e8bec2b0799c208 (patch)
tree22b0942bf7216f337634b6cc9ef74c1ce4fadba5 /src
parentMerge pull request #4317 (diff)
parentremove unused UPnP code from main.h (diff)
downloaddiscoin-4f106a3fa61cc4f03cccf5e46e8bec2b0799c208.tar.xz
discoin-4f106a3fa61cc4f03cccf5e46e8bec2b0799c208.zip
Merge pull request #4319
1c24187 remove unused UPnP code from main.h (Philip Kaufmann)
Diffstat (limited to 'src')
-rw-r--r--src/main.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.h b/src/main.h
index 4ef380008..d907bdbaf 100644
--- a/src/main.h
+++ b/src/main.h
@@ -66,12 +66,6 @@ static const int MAX_BLOCKS_IN_TRANSIT_PER_PEER = 128;
/** Timeout in seconds before considering a block download peer unresponsive. */
static const unsigned int BLOCK_DOWNLOAD_TIMEOUT = 60;
-#ifdef USE_UPNP
-static const int fHaveUPnP = true;
-#else
-static const int fHaveUPnP = false;
-#endif
-
/** "reject" message codes **/
static const unsigned char REJECT_MALFORMED = 0x01;
static const unsigned char REJECT_INVALID = 0x10;