aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-04 20:28:16 -0500
committerMichael <[email protected]>2017-02-04 20:28:16 -0500
commit865c072d431de49a53b3078d77ffc13b9c1b133d (patch)
tree18df1bcc53816bdd9f7573b1815094eec7d9d8f0 /ShiftOS_TheReturn
parentdbae223e1ead0da4ba2aa6f38066048be9292274 (diff)
downloadshiftos_thereturn-865c072d431de49a53b3078d77ffc13b9c1b133d.tar.gz
shiftos_thereturn-865c072d431de49a53b3078d77ffc13b9c1b133d.tar.bz2
shiftos_thereturn-865c072d431de49a53b3078d77ffc13b9c1b133d.zip
#if STUPID set custom cursor #endif
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/Skinning.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs
index d6af165..3b618c1 100644
--- a/ShiftOS_TheReturn/Skinning.cs
+++ b/ShiftOS_TheReturn/Skinning.cs
@@ -153,14 +153,6 @@ namespace ShiftOS.Engine {
[ShifterDescription("The font style used by the system.")]
public Font MainFont = SysFont;
- [Image("mouse")]
- [ShifterMeta("System")]
- [ShifterCategory("General")]
- [ShifterName("Mouse image")]
- [ShifterDescription("Select an image to be displayed as the system mouse cursor.")]
- [RequiresUpgrade("skinning")]
- public byte[] MouseCursorImage = null;
-
[ShifterEnumMask(new[] { "Right", "Left"})]
[ShifterMeta("Windows")]
[ShifterCategory("Title Buttons")]