aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-05-12 15:46:47 -0700
committerGuy Harris <guy@alum.mit.edu>2018-05-12 22:47:24 +0000
commit4e0de38081fdf8cad84b90eaa842a08c2ddbdb87 (patch)
treee9997f6aa0c30baea9625a3c5f944fb54c79b04c /epan
parent315599fff666cf1ad41902d05f1c36421962b79a (diff)
Get rid of GTK+-only structure member.
Change-Id: I93e1a44ff3b22ba6ff0c14853e78c935347ed290 Reviewed-on: https://code.wireshark.org/review/27478 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan')
-rw-r--r--epan/prefs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/prefs.c b/epan/prefs.c
index 1505417400..1bfbea473f 100644
--- a/epan/prefs.c
+++ b/epan/prefs.c
@@ -238,7 +238,6 @@ struct preference {
} enum_info; /**< for PREF_ENUM */
} info; /**< display/text file information */
struct pref_custom_cbs custom_cbs; /**< for PREF_CUSTOM */
- void *control; /**< handle for GUI control for this preference. GTK+ only? */
};
const char* prefs_get_description(pref_t *pref)