ソースを参照

cosmetic changes

ambrop7 14 年 前
コミット
38f3e1b523
3 ファイル変更0 行追加9 行削除
  1. 0 3
      client/DatagramPeerIO.c
  2. 0 3
      dhcpclient/BDHCPClient.c
  3. 0 3
      socksclient/BSocksClient.c

+ 0 - 3
client/DatagramPeerIO.c

@@ -33,9 +33,6 @@
 #define DATAGRAMPEERIO_MODE_CONNECT 1
 #define DATAGRAMPEERIO_MODE_BIND 2
 
-#define DATAGRAMPEERIO_COMPONENT_SINK 1
-#define DATAGRAMPEERIO_COMPONENT_SOURCE 2
-
 static void init_io (DatagramPeerIO *o);
 static void free_io (DatagramPeerIO *o);
 static void dgram_handler (DatagramPeerIO *o, int event);

+ 0 - 3
dhcpclient/BDHCPClient.c

@@ -40,9 +40,6 @@
 
 #include <generated/blog_channel_BDHCPClient.h>
 
-#define COMPONENT_SOURCE 1
-#define COMPONENT_SINK 2
-
 #define DHCP_SERVER_PORT 67
 #define DHCP_CLIENT_PORT 68
 

+ 0 - 3
socksclient/BSocksClient.c

@@ -35,9 +35,6 @@
 #define STATE_RECEIVED_REPLY_HEADER 6
 #define STATE_UP 7
 
-#define COMPONENT_SOURCE 1
-#define COMPONENT_SINK 2
-
 static void report_error (BSocksClient *o, int error);
 static void init_control_io (BSocksClient *o);
 static void free_control_io (BSocksClient *o);