From 9c5049a80b635d5d12829a4c51db9696dadaee00 Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Sat, 14 Apr 2018 08:15:01 +0200 Subject: Gtk: Remove source code Removing all gtk source code, except for main.? which will remain for the official removal during SFUS18 Change-Id: I4273baf207df1eaaa4b94623cfd10bf74b1fc4a4 Reviewed-on: https://code.wireshark.org/review/26937 Reviewed-by: Gerald Combs Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall --- ui/gtk/dfilter_expr_dlg.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 ui/gtk/dfilter_expr_dlg.h (limited to 'ui/gtk/dfilter_expr_dlg.h') diff --git a/ui/gtk/dfilter_expr_dlg.h b/ui/gtk/dfilter_expr_dlg.h deleted file mode 100644 index 65bbc799f9..0000000000 --- a/ui/gtk/dfilter_expr_dlg.h +++ /dev/null @@ -1,39 +0,0 @@ -/* dfilter_expr_dlg.h - * Definitions for dialog boxes for display filter expression construction - * - * Wireshark - Network traffic analyzer - * By Gerald Combs - * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#ifndef __DFILTER_EXPR_DLG_H__ -#define __DFILTER_EXPR_DLG_H__ - -/** @file - * "Add Expression" dialog box. - * @ingroup dialog_group - */ - -/** User requested the "Add Expression" dialog box by menu or toolbar. - * - * @param widget corresponding text entry widget - * @return the newly created dialog widget - */ -GtkWidget *dfilter_expr_dlg_new(GtkWidget *widget); - -#endif /* dfilter_expr_dlg.h */ -- cgit v1.2.3