Remove Sdl2HardwareCursorException
This commit is contained in:
@@ -17,15 +17,6 @@ using SDL2;
|
||||
|
||||
namespace OpenRA.Platforms.Default
|
||||
{
|
||||
class Sdl2HardwareCursorException : Exception
|
||||
{
|
||||
public Sdl2HardwareCursorException(string message)
|
||||
: base(message) { }
|
||||
|
||||
public Sdl2HardwareCursorException(string message, Exception innerException)
|
||||
: base(message, innerException) { }
|
||||
}
|
||||
|
||||
sealed class Sdl2HardwareCursor : IHardwareCursor
|
||||
{
|
||||
public IntPtr Cursor { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user