aboutsummaryrefslogtreecommitdiffstats
path: root/main_window.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-12 23:34:44 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-12 23:34:44 +0000
commit1f8e6c08bec07688f19da62e4d0f3a5996ebd9fb (patch)
tree64a1ff104e52bd5a9a6ed8f5b2e590861e1ca6d4 /main_window.h
parent5d7dee89534f5a60c005923ac4368700360363b8 (diff)
various code cleanup
svn path=/trunk/; revision=24964
Diffstat (limited to 'main_window.h')
-rw-r--r--main_window.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/main_window.h b/main_window.h
deleted file mode 100644
index e69c39bc40..0000000000
--- a/main_window.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/* main_window.h
- * Definitions for main window routines with toolkit-independent APIs but
- * toolkit-dependent implementations.
- *
- * $Id$
- *
- * Wireshark - Network traffic analyzer
- * By Gerald Combs <gerald@wireshark.org>
- * Copyright 1998 Gerald Combs
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __MAIN_WINDOW_H__
-#define __MAIN_WINDOW_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-/** Tell the main window that we have a capture file (or not) */
-extern void
-main_set_for_capture_file(gboolean have_capture_file_in);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* __MAIN_WINDOW_H__ */