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);