summaryrefslogtreecommitdiff
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-06-22 09:49:16 -0400
committerStig Bjørlykke <stig@bjorlykke.org>2017-06-22 14:59:45 +0000
commit3b5c88ea4b8a9b4b85396a34ee658f3cdd1be156 (patch)
treedcc451f30fd6b7ed7c964f438722c5bd1a4ea87e /wireshark-qt.cpp
parent9a87f80f09b83c559fcd65abf3d7b0e5428fb928 (diff)
downloadwireshark-3b5c88ea4b8a9b4b85396a34ee658f3cdd1be156.tar.gz
wsutil: Back out profile_write_info_file
Change-Id: I89a9aaeeba1689cce04f239dafdc9003492aba16 Reviewed-on: https://code.wireshark.org/review/22346 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index e10f2e3f7b..7e4d597c7a 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -915,11 +915,6 @@ int main(int argc, char *qt_argv[])
g_free(get_persconffile_path("io_graphs", TRUE));
profile_store_persconffiles(FALSE);
- if (!profile_write_info_file(&rf_path)) {
- simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
- "Could not create file\n\"%s\"", rf_path);
- g_free (rf_path);
- }
ret_val = wsApp->exec();