aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/io_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/io_stat.h')
-rw-r--r--gtk/io_stat.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/gtk/io_stat.h b/gtk/io_stat.h
deleted file mode 100644
index 5318d71ec0..0000000000
--- a/gtk/io_stat.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* io_stat.h
- * io_stat 2002 Ronnie Sahlberg
- *
- * $Id: io_stat.h,v 1.1 2002/11/14 10:32:22 sahlberg Exp $
- *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
- * 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 __IOSTAT_H__
-#define __IOSTAT_H__
-
-void gtk_iostat_cb(GtkWidget *w, gpointer d);
-
-#endif