From b56d7f19e0713a38b2dabfd864ba592389c80587 Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Fri, 10 Mar 2017 14:23:57 +0900 Subject: [PATCH] Remove DrumHit. --- osu.Game.Modes.Taiko/Objects/DrumHit.cs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 osu.Game.Modes.Taiko/Objects/DrumHit.cs diff --git a/osu.Game.Modes.Taiko/Objects/DrumHit.cs b/osu.Game.Modes.Taiko/Objects/DrumHit.cs deleted file mode 100644 index f3fac33f76..0000000000 --- a/osu.Game.Modes.Taiko/Objects/DrumHit.cs +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright (c) 2007-2017 ppy Pty Ltd . -// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace osu.Game.Modes.Taiko.Objects -{ - class DrumHit - { - } -}