From 1f1d48fc40378c64bba8b3fdcf3bf95d9ae29237 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 3 Jul 2020 22:29:11 -0400 Subject: [PATCH] CExportGameDialog: Remove unused prototype --- src/Editor/CExportGameDialog.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Editor/CExportGameDialog.cpp b/src/Editor/CExportGameDialog.cpp index 8835f6b9..b95d2339 100644 --- a/src/Editor/CExportGameDialog.cpp +++ b/src/Editor/CExportGameDialog.cpp @@ -44,8 +44,6 @@ CExportGameDialog::CExportGameDialog(const QString& rkIsoPath, const QString& rk CExportGameDialog::~CExportGameDialog() = default; -void RecursiveAddToTree(const nod::Node *pkNode, QTreeWidgetItem *pParent); - void CExportGameDialog::InitUI(QString ExportDir) { ASSERT(mpDisc != nullptr);