summaryrefslogtreecommitdiff
path: root/ui/qt/capture_file_dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/capture_file_dialog.cpp')
-rw-r--r--ui/qt/capture_file_dialog.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/ui/qt/capture_file_dialog.cpp b/ui/qt/capture_file_dialog.cpp
index bbe660d896..845a635ea2 100644
--- a/ui/qt/capture_file_dialog.cpp
+++ b/ui/qt/capture_file_dialog.cpp
@@ -86,26 +86,6 @@ extern void menu_name_resolution_changed(void) {
}
-// From gtk/export_sslkeys.[ch]
-/** Callback for "Export SSL Session Keys" operation.
- *
- * @param w unused
- * @param data unused
- */
-extern void savesslkeys_cb(gpointer * w, gpointer data) {
- Q_UNUSED(w);
- Q_UNUSED(data);
-}
-
-/** Dump the SSL Session Keys to a StringInfo string
- *
- * @param session_hash contains all the SSL Session Keys
- */
-extern gpointer ssl_export_sessions(GHashTable *session_hash) {
- Q_UNUSED(session_hash);
- return NULL;
-}
-
// From gtk/help_dlg.[ch]
/** Open a specific topic (create a "Help" dialog box or open a webpage).
*