aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/proto_draw.c')
-rw-r--r--gtk/proto_draw.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/proto_draw.c b/gtk/proto_draw.c
index 5a628d747b..0e1de84dd8 100644
--- a/gtk/proto_draw.c
+++ b/gtk/proto_draw.c
@@ -1,7 +1,7 @@
/* proto_draw.c
* Routines for GTK+ packet display
*
- * $Id: proto_draw.c,v 1.105 2004/06/17 16:35:25 ulfl Exp $
+ * $Id: proto_draw.c,v 1.106 2004/06/29 20:46:28 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -71,11 +71,6 @@
#include "font_utils.h"
-/* Win32 needs the O_BINARY flag for open() */
-#ifndef O_BINARY
-#define O_BINARY 0
-#endif
-
#define BYTE_VIEW_WIDTH 16
#define BYTE_VIEW_SEP 8