aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/conversations_table.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-07-22 18:29:08 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-07-23 19:55:42 +0000
commit90e46f4a4a4b83aa70398855da60bf166d4348db (patch)
treee9eb89ee27d7b37b0fafcc4d1b65dc9ae6f7cf2e /ui/gtk/conversations_table.h
parentd610ef23a2a96b632ff087a713c6ed8dc38b83b8 (diff)
Fix (-W)documentation error found by Clang
Change-Id: I2d2bbc211e98ad24a27c855031f670b7bdbd530e Reviewed-on: https://code.wireshark.org/review/3162 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'ui/gtk/conversations_table.h')
-rw-r--r--ui/gtk/conversations_table.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/gtk/conversations_table.h b/ui/gtk/conversations_table.h
index 25e6bc6968..582af54d3c 100644
--- a/ui/gtk/conversations_table.h
+++ b/ui/gtk/conversations_table.h
@@ -54,9 +54,6 @@ typedef struct _conversations_table {
/** Register the conversation table for the multiple conversation window.
*
- * @param hide_ports hide the port columns
- * @param table_name the table name to be displayed
- * @param tap_name the registered tap name
* @param filter the optional filter name or NULL
* @param packet_func the function to be called for each incoming packet
*/
@@ -64,9 +61,6 @@ extern void register_conversation_table(conversation_type_e conv_type, const cha
/** Init the conversation table for the single conversation window.
*
- * @param hide_ports hide the port columns
- * @param table_name the table name to be displayed
- * @param tap_name the registered tap name
* @param filter the optional filter name or NULL
* @param packet_func the function to be called for each incoming packet
*/