Browse Source

Remove unused event types

CPKreuz 1 year ago
parent
commit
60865bbb9d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/PixiEditor/Models/AnalyticsAPI/AnalyticEventTypes.cs

+ 0 - 2
src/PixiEditor/Models/AnalyticsAPI/AnalyticEventTypes.cs

@@ -4,11 +4,9 @@ public class AnalyticEventTypes
 {
     public static string Startup { get; } = GetEventType("Startup");
     public static string CreateDocument { get; } = GetEventType("CreateDocument");
-    public static string OpenWindow { get; } = GetEventType("OpenWindow");
     public static string CreateNode { get; } = GetEventType("CreateNode");
     public static string CreateKeyframe { get; } = GetEventType("CreateKeyframe");
     public static string CloseDocument { get; } = GetEventType("CloseDocument");
-    public static string ResizeDocument { get; } = GetEventType("ResizeDocument");
     public static string OpenExample { get; } = GetEventType("OpenExample");
     public static string OpenFile { get; } = GetEventType("OpenFile");
     public static string GeneralCommand { get; } = GetEventType("GeneralCommand");