Wireshark-commits: [Wireshark-commits] master 4872564: Qt: Remove a duplicate variable.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 Nov 2019 00:18:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=48725641c9029735d25ff4073894e1ee533e247c
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4872564 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Remove a duplicate variable.
    
    WiresharkDialog defines cap_file_, so there's no need to define it in
    TrafficTableDialog.
    
    Change-Id: I71e50da152de619fea71382400820990a05febc1
    Reviewed-on: https://code.wireshark.org/review/35169
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  beb1fee   3.1.0 → 3.3.0.
     add  4872564   Qt: Remove a duplicate variable.


Summary of changes:
 ui/qt/traffic_table_dialog.cpp | 1 -
 ui/qt/traffic_table_dialog.h   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)