Skip to content

Commit 746e34a

Browse files
committed
Remove playlist manager menu items for now.
Would otherwise confuse users until implemented.
1 parent 39dc6d2 commit 746e34a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/gui/MainMenu.cpp

-12
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ void MainMenu::Draw()
3030
{
3131
if (ImGui::BeginMenu("File"))
3232
{
33-
if (ImGui::MenuItem("Load Playlist...", "Ctrl+l"))
34-
{
35-
}
36-
if (ImGui::MenuItem("Save Playlist...", "Ctrl+s"))
37-
{
38-
}
39-
if (ImGui::MenuItem("Open Playlist Manager...", "Ctrl+p"))
40-
{
41-
}
42-
43-
ImGui::Separator();
44-
4533
if (ImGui::MenuItem("Settings...", "Ctrl+s"))
4634
{
4735
_gui.ShowSettingsWindow();

0 commit comments

Comments
 (0)