aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-08-31 21:50:19 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2017-08-31 19:51:38 +0000
commitb974952b4cdb954e9b7fe4dda56d8ffec584f323 (patch)
tree2e9ec7b29df14925fbba42af7c8cf34c3b36c1a0 /ui
parent05ad9c79b80e5ae39ff63efc9b782eb0b34b3edf (diff)
endpoint_dialog.cpp: remove a useless break
Change-Id: I0aafbe27b54969e77ba4df3106b9f35809d848a4 Reviewed-on: https://code.wireshark.org/review/23335 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'ui')
-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 2d4871f2b1..bc871c6b82 100644
--- a/ui/qt/endpoint_dialog.cpp
+++ b/ui/qt/endpoint_dialog.cpp
@@ -394,7 +394,6 @@ public:
// using QCollator instead.
return text(sort_col) < other.text(sort_col);
}
- break;
}
#else
default: