URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8ae714da5b59d9620da16f4da3fd5913b290d625
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8ae714d by Gerald Combs (gerald@xxxxxxxxxxxxx):
    Remove a dead assignment found by Clang.
    
    The code in question was copied from ui/gtk/capture_file_dlg.c. The dead
    assignment there was removed in 68ceffe.
    
    Change-Id: I605f181b623fbd87ab41505d30a79d7a4fe649df
    Reviewed-on: https://code.wireshark.org/review/7419
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    
Actions performed:
    from  3e5c0bf   Qt: Fix packet detail and byte view scrolling
    adds  8ae714d   Remove a dead assignment found by Clang.
Summary of changes:
 ui/qt/main_window.cpp |    1 -
 1 file changed, 1 deletion(-)