Wireshark-commits: [Wireshark-commits] master 6ed543d: Remove the last remnants of U3 support.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Mar 2016 19:56:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6ed543dbe6115170be335b42c6ba01c42568c6e8
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6ed543d by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Remove the last remnants of U3 support.
    
    Change-Id: Ide4c177e67a77c5f9495b3b4c0f817f40e6dde30
    Reviewed-on: https://code.wireshark.org/review/14425
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  d9c274b   Add IAX2 and Skinny calls to VoIP calls window
    adds  6ed543d   Remove the last remnants of U3 support.


Summary of changes:
 debian/libwsutil0.symbols         |    6 --
 packaging/portableapps/readme.txt |    4 +-
 ui/gtk/file_dlg.c                 |   12 +--
 ui/gtk/main.c                     |   13 ---
 ui/gtk/main_menubar.c             |    7 +-
 ui/qt/wireshark_application.cpp   |    5 +-
 ui/recent.c                       |   12 +--
 wireshark-qt.cpp                  |    6 --
 wsutil/CMakeLists.txt             |    1 -
 wsutil/Makefile.common            |    4 +-
 wsutil/filesystem.c               |   87 ++++------------
 wsutil/u3.c                       |  206 -------------------------------------
 wsutil/u3.h                       |   46 ---------
 13 files changed, 28 insertions(+), 381 deletions(-)
 delete mode 100644 wsutil/u3.c
 delete mode 100644 wsutil/u3.h