Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 9e9b5ec: Move the declaration of packet_list_select_l

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Dec 2016 21:13:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9e9b5ecc0c001b8f742746b2b9f0104bab9a9d9a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9e9b5ec by Guy Harris (guy@xxxxxxxxxxxx):

    Move the declaration of packet_list_select_last_row() to ui/gtk/packet_list.h.
    
    It's GTK+-only, so it shouldn't be in ui/ui_util.h.  Get rid of the
    unused Qt packet list implementation of it.
    
    Change-Id: Ia9f8fe2209939dff5244e6948c36f29509340f68
    Reviewed-on: https://code.wireshark.org/review/19226
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  334485f   Get rid of some GTK+-only routines in file.c.
    adds  9e9b5ec   Move the declaration of packet_list_select_last_row() to ui/gtk/packet_list.h.


Summary of changes:
 ui/gtk/goto_dlg.c     |    3 +--
 ui/gtk/packet_list.h  |    1 +
 ui/qt/packet_list.cpp |    9 ---------
 ui/ui_util.h          |    1 -
 4 files changed, 2 insertions(+), 12 deletions(-)