mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-14 18:34:32 +00:00
Qt: Remove unused function
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -293,7 +293,6 @@ private:
|
||||
void onViewSortByActionTriggered();
|
||||
void onViewSortOrderActionTriggered();
|
||||
void onGitHubRepositoryActionTriggered();
|
||||
void onIssueTrackerActionTriggered();
|
||||
void onDiscordServerActionTriggered();
|
||||
void onAboutActionTriggered();
|
||||
void onCheckForUpdatesActionTriggered();
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user