summaryrefslogtreecommitdiff
path: root/ui/gtk/about_dlg.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2014-10-31 13:03:08 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2014-10-31 12:10:59 +0000
commit0347ff9d0619a1f301458c3c0087c35b93333eab (patch)
treeb36b1a32d73016611be7d4e957e6e8500d8c62eb /ui/gtk/about_dlg.c
parent96aa60a9f3e4da8702dd1f64f12f00bf3468106e (diff)
downloadwireshark-0347ff9d0619a1f301458c3c0087c35b93333eab.tar.gz
Remove unused RA_PYTHON_REGISTER and RA_PYTHON_HANDOFF.
Change-Id: Ia2bccb46be79a934dce447ec04dd81e12df9e131 Reviewed-on: https://code.wireshark.org/review/5021 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/gtk/about_dlg.c')
-rw-r--r--ui/gtk/about_dlg.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/gtk/about_dlg.c b/ui/gtk/about_dlg.c
index 8d80ecc7b6..ca3b515b05 100644
--- a/ui/gtk/about_dlg.c
+++ b/ui/gtk/about_dlg.c
@@ -217,18 +217,12 @@ splash_update(register_action_e action, const char *message, gpointer client_dat
case RA_PLUGIN_REGISTER:
action_msg = "Registering plugins ...";
break;
- case RA_PYTHON_REGISTER:
- action_msg = "Registering Python dissectors ...";
- break;
case RA_HANDOFF:
action_msg = "Handing off dissector ...";
break;
case RA_PLUGIN_HANDOFF:
action_msg = "Handing off plugins ...";
break;
- case RA_PYTHON_HANDOFF:
- action_msg = "Handing off Python dissectors ...";
- break;
case RA_LUA_PLUGINS:
action_msg = "Loading Lua plugins ...";
break;