Skip to content

Commit

Permalink
Merge pull request #2243 from andy840119/remove-create-remove-time-ta…
Browse files Browse the repository at this point in the history
…g-in-the-special-button-toolbar

Remove the create/remove time-tag button in the toolbar.
  • Loading branch information
andy840119 authored Jun 2, 2024
2 parents 906d47f + 154dd00 commit 560e861
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Game.Rulesets.Karaoke.Edit.Utils;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar.Carets;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar.Panels;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar.Playback;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar.TimeTags;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.Compose.Toolbar.View;
using osu.Game.Rulesets.Karaoke.Screens.Edit.Beatmaps.Lyrics.States.Modes;
using osuTK;
Expand Down Expand Up @@ -152,11 +150,6 @@ static IEnumerable<Drawable> createItemsForTimeTagEditStep(TimeTagEditStep timeT
new MoveToPreviousIndexButton(),
new MoveToNextIndexButton(),
new MoveToLastIndexButton(),
new Separator(),
new RemoveTimeTagButton(TextIndex.IndexState.Start),
new CreateTimeTagButton(TextIndex.IndexState.Start),
new CreateTimeTagButton(TextIndex.IndexState.End),
new RemoveTimeTagButton(TextIndex.IndexState.End),
},
TimeTagEditStep.Recording => new Drawable[]
{
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 560e861

Please sign in to comment.