mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 18:11:27 -07:00
Remove unused state prop
This commit is contained in:
parent
b84522a643
commit
cd34f2a108
@ -2,7 +2,6 @@
|
||||
{
|
||||
public class State
|
||||
{
|
||||
public string LastEnrolledChannel { get; set; } = "";
|
||||
public bool ShowFFlagEditorWarning { get; set; } = true;
|
||||
|
||||
[Obsolete("Use PlayerVersionGuid instead", true)]
|
||||
|
@ -66,7 +66,6 @@ namespace Bloxstrap
|
||||
public static void EnrollChannel(string channel)
|
||||
{
|
||||
ChangeChannel(channel);
|
||||
App.State.Prop.LastEnrolledChannel = channel;
|
||||
App.State.Save();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user