aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_column.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-01-23 19:04:36 +0000
committerGerald Combs <gerald@wireshark.org>2013-01-23 19:04:36 +0000
commit21e66f0c6f38d20dc4ac3968324fff0959113b14 (patch)
treee801135c51e407d67516e1969c1ef788af48292e /ui/gtk/prefs_column.h
parentd59e9cf574976b1e9849f5c35be1fd2abdf8ed6d (diff)
Add column preferences.
svn path=/trunk/; revision=47231
Diffstat (limited to 'ui/gtk/prefs_column.h')
-rw-r--r--ui/gtk/prefs_column.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/ui/gtk/prefs_column.h b/ui/gtk/prefs_column.h
index ac19239cc6..7011463a8e 100644
--- a/ui/gtk/prefs_column.h
+++ b/ui/gtk/prefs_column.h
@@ -55,20 +55,4 @@ void column_prefs_apply(GtkWidget *widget);
*/
void column_prefs_destroy(GtkWidget *widget);
-/** Add a custom column.
- *
- * @param fmt column format
- * @param title column title
- * @param custom_field column custom field
- */
-void column_prefs_add_custom(gint fmt, const gchar *title,
- const gchar *custom_field,
- gint custom_occurrence);
-
-/** Remove a column.
- *
- * @param col column id
- */
-void column_prefs_remove(gint col);
-
#endif