Qt: Remove unused function

This commit is contained in:
Stenzek
2025-11-16 01:50:07 +10:00
parent 63b99a647e
commit f6976c4888
3 changed files with 0 additions and 7 deletions

View File

@@ -1576,11 +1576,6 @@ void MainWindow::onGitHubRepositoryActionTriggered()
QtUtils::OpenURL(this, "https://github.com/stenzek/duckstation/");
}
void MainWindow::onIssueTrackerActionTriggered()
{
QtUtils::OpenURL(this, "https://www.duckstation.org/issues.html");
}
void MainWindow::onDiscordServerActionTriggered()
{
QtUtils::OpenURL(this, "https://www.duckstation.org/discord.html");

View File

@@ -293,7 +293,6 @@ private:
void onViewSortByActionTriggered();
void onViewSortOrderActionTriggered();
void onGitHubRepositoryActionTriggered();
void onIssueTrackerActionTriggered();
void onDiscordServerActionTriggered();
void onAboutActionTriggered();
void onCheckForUpdatesActionTriggered();

View File

@@ -7,7 +7,6 @@
<file>controllers/justifier.svg</file>
<file>controllers/mouse.svg</file>
<file>controllers/negcon.svg</file>
<file>icons/IssueTracker.png</file>
<file>icons/QT.png</file>
<file>icons/UpdateDuck.png</file>
<file>icons/address-book-new-22.png</file>