various code cleanups
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 1 Jun 2004 17:37:10 +0000 (17:37 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 1 Jun 2004 17:37:10 +0000 (17:37 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11053 f5534014-38df-0310-8fa8-9805f1628bb7

globals.h

index de1590b261f940331679d851a418a6c9d69a85b0..fcf5d1586061c6ec9ce76030b968e670afda5330 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -1,7 +1,7 @@
 /* globals.h
  * Global defines, etc.
  *
- * $Id: globals.h,v 1.33 2004/03/18 19:04:31 obiot Exp $
+ * $Id: globals.h,v 1.34 2004/06/01 17:37:10 ulfl Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -30,8 +30,8 @@
 
 extern capture_file cfile;
 extern gchar       *ethereal_path;
-extern gchar       *last_open_dir;
 #ifdef HAVE_LIBPCAP
+/** @todo move this to the gtk dir */
 extern gboolean     auto_scroll_live;
 #endif