aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/Story.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/ShiftOS_TheReturn/Story.cs b/ShiftOS_TheReturn/Story.cs
index 48cf70d..c62d3bd 100644
--- a/ShiftOS_TheReturn/Story.cs
+++ b/ShiftOS_TheReturn/Story.cs
@@ -199,13 +199,6 @@ namespace ShiftOS.Engine
Debug.Print("No such story: " + stid);
#endif
}
-
- [Obsolete("Please use Story.Start() in tandem with [StoryAttribute].")]
- public static void RunFromInternalResource(string resource_id)
- {
- }
-
-
}
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]