[pisa-src] r1790 - trunk/pairing/accept.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 26 Nov 2009 13:51:01 +0100

Author: biurrun
Date: Thu Nov 26 13:51:01 2009
New Revision: 1790

Log:
Remove duplicated PORT definition.

Modified:
   trunk/pairing/accept.h

Modified: trunk/pairing/accept.h
==============================================================================
--- trunk/pairing/accept.h      Thu Nov 26 13:11:48 2009        (r1789)
+++ trunk/pairing/accept.h      Thu Nov 26 13:51:01 2009        (r1790)
@@ -38,10 +38,6 @@
 // Global variables
 extern struct global_accept_variables global_accept;
 
-
-/** Default port is set statically **/
-#define PORT 7000
-
 #define TIMER_INTERVAL 60
 
 // Function prototypes

Other related posts:

  • » [pisa-src] r1790 - trunk/pairing/accept.h - Diego Biurrun