aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-08-31 22:56:38 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-08-31 22:56:38 +0000
commitd4499eb9a7a19865af8ca214f70e605004e21ec7 (patch)
treea22d751bd4fc4161d1ddd6894fc4b6031140000b /gtk/expert_dlg.c
parentb1719dd68f41de467407706a697ef653715e8430 (diff)
move value_strings from expert_dialogs into expert.c to remove duplicates
keep the highest severity level of the current file (experimental) svn path=/trunk/; revision=19104
Diffstat (limited to 'gtk/expert_dlg.c')
-rw-r--r--gtk/expert_dlg.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/gtk/expert_dlg.c b/gtk/expert_dlg.c
index 3fca66afc0..4c6a716003 100644
--- a/gtk/expert_dlg.c
+++ b/gtk/expert_dlg.c
@@ -63,14 +63,6 @@
-static const value_string expert_severity_vals[] = {
- { PI_ERROR, "Error" },
- { PI_WARN, "Warn" },
- { PI_NOTE, "Note" },
- { PI_CHAT, "Chat" },
- { 0, NULL }
-};
-
static const value_string expert_severity_om_vals[] = {
{ PI_ERROR, "Errors only" },
{ PI_WARN, "Error+Warn" },
@@ -79,18 +71,6 @@ static const value_string expert_severity_om_vals[] = {
{ 0, NULL }
};
-static const value_string expert_group_vals[] = {
- { PI_CHECKSUM, "Checksum" },
- { PI_SEQUENCE, "Sequence" },
- { PI_RESPONSE_CODE, "Response" },
- { PI_REQUEST_CODE, "Request" },
- { PI_UNDECODED, "Undecoded" },
- { PI_MALFORMED, "Malformed" },
- { PI_REASSEMBLE, "Reassemble" },
-/* { PI_SECURITY, "Security" },*/
- { 0, NULL }
-};
-
typedef struct expert_tapdata_s {
GtkWidget *win;
GtkWidget *scrolled_window;