aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/simple_statistics_dialog.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/qt/simple_statistics_dialog.h b/ui/qt/simple_statistics_dialog.h
index 12a820e784..60938f2755 100644
--- a/ui/qt/simple_statistics_dialog.h
+++ b/ui/qt/simple_statistics_dialog.h
@@ -35,8 +35,7 @@ public:
protected:
/** Add a simple statistics table.
*
- * @param rtd_table The table to add.
- * @return A
+ * @param st_table The table to add.
*/
// gtk:service_response_table.h:init_srt_table
void addSimpleStatisticsTable(const struct _stat_tap_table *st_table);
@@ -55,7 +54,6 @@ private:
/** Register function to register dissectors that support a "simple" statistics table.
*
* @param data new_stat_tap_ui* representing dissetor stat table
- * @param user_data is unused
*/
void register_simple_stat_tables(gpointer data, gpointer);