aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-08-07 18:36:30 -0400
committerMichael Mann <mmann78@netscape.net>2017-08-08 00:50:20 +0000
commit59e6c628931e041624607dfa67ae876376d23333 (patch)
treee326f2c0a1f135de07b9c293570dad57bea35ef8 /ui
parent8d37cab5812780e7e4738e68ed7b8a5980a9e9b0 (diff)
io_graph_dialog.cpp: Remove graph_enabled_vs.
No longer necessary with model Change-Id: If1516f264013fabe1211aa04fe054b15e235b36a Reviewed-on: https://code.wireshark.org/review/23007 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/io_graph_dialog.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/qt/io_graph_dialog.cpp b/ui/qt/io_graph_dialog.cpp
index 9400aa2eae..b7f39e993b 100644
--- a/ui/qt/io_graph_dialog.cpp
+++ b/ui/qt/io_graph_dialog.cpp
@@ -79,13 +79,6 @@ const int min_zoom_pixels_ = 20;
const int stat_update_interval_ = 200; // ms
// Saved graph settings
-
-static const value_string graph_enabled_vs[] = {
- { 0, "Disabled" },
- { 1, "Enabled" },
- { 0, NULL }
-};
-
typedef struct _io_graph_settings_t {
gboolean enabled;
char* name;