Skip to content

Commit f6976c4

Browse files
committed
Qt: Remove unused function
1 parent 63b99a6 commit f6976c4

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

src/duckstation-qt/mainwindow.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,11 +1576,6 @@ void MainWindow::onGitHubRepositoryActionTriggered()
15761576
QtUtils::OpenURL(this, "https://github.com/stenzek/duckstation/");
15771577
}
15781578

1579-
void MainWindow::onIssueTrackerActionTriggered()
1580-
{
1581-
QtUtils::OpenURL(this, "https://www.duckstation.org/issues.html");
1582-
}
1583-
15841579
void MainWindow::onDiscordServerActionTriggered()
15851580
{
15861581
QtUtils::OpenURL(this, "https://www.duckstation.org/discord.html");

src/duckstation-qt/mainwindow.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ class MainWindow final : public QMainWindow
293293
void onViewSortByActionTriggered();
294294
void onViewSortOrderActionTriggered();
295295
void onGitHubRepositoryActionTriggered();
296-
void onIssueTrackerActionTriggered();
297296
void onDiscordServerActionTriggered();
298297
void onAboutActionTriggered();
299298
void onCheckForUpdatesActionTriggered();

src/duckstation-qt/resources/duckstation-qt.qrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<file>controllers/justifier.svg</file>
88
<file>controllers/mouse.svg</file>
99
<file>controllers/negcon.svg</file>
10-
<file>icons/IssueTracker.png</file>
1110
<file>icons/QT.png</file>
1211
<file>icons/UpdateDuck.png</file>
1312
<file>icons/address-book-new-22.png</file>

0 commit comments

Comments
 (0)