summaryrefslogtreecommitdiff
path: root/ui/qt/endpoint_dialog.cpp
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2015-07-08 00:13:24 +0200
committerJörg Mayer <jmayer@loplof.de>2015-07-07 22:17:22 +0000
commit0619ed241c6a874864ce3bf83edc20468ed49b7e (patch)
treec8c7d6e767aba52458742f5840d4da71d0df9852 /ui/qt/endpoint_dialog.cpp
parent51a37b666a18f8d85e4a43ec2d9676d24d15c360 (diff)
downloadwireshark-0619ed241c6a874864ce3bf83edc20468ed49b7e.tar.gz
Finish removal of Q_UNUSED.
Todo: qcustomplot via upstream Change-Id: I19cf98f1281ecb1f6efbb7d36c997d5aa43f5baf Reviewed-on: https://code.wireshark.org/review/9547 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'ui/qt/endpoint_dialog.cpp')
-rw-r--r--ui/qt/endpoint_dialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/endpoint_dialog.cpp b/ui/qt/endpoint_dialog.cpp
index 62023ec935..db3cce634f 100644
--- a/ui/qt/endpoint_dialog.cpp
+++ b/ui/qt/endpoint_dialog.cpp
@@ -207,7 +207,6 @@ void EndpointDialog::on_buttonBox_helpRequested()
void init_endpoint_table(struct register_ct* ct, const char *filter)
{
- Q_UNUSED(ct)
wsApp->emitStatCommandSignal("Endpoints", filter, GINT_TO_POINTER(get_conversation_proto_id(ct)));
}