diff options
| author | Philip Kaufmann <[email protected]> | 2014-06-10 18:34:35 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-06-10 18:34:35 +0200 |
| commit | 1c24187b51c1b8ebbc0295a57d5509effc845984 (patch) | |
| tree | 2630c9da542bdc51f7ed5f75d5e01a33731184ae | |
| parent | Merge pull request #4318 from laanwj/2014_06_script_unused_debugging (diff) | |
| download | discoin-1c24187b51c1b8ebbc0295a57d5509effc845984.tar.xz discoin-1c24187b51c1b8ebbc0295a57d5509effc845984.zip | |
remove unused UPnP code from main.h
| -rw-r--r-- | src/main.h | 6 |
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; |