Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit b85fcec

Browse files
committed
remove useless comments
1 parent 5c2f5ce commit b85fcec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SourcepawnCondenser/SourcepawnCondenser/SourcemodDefinition/SMDefinition.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ public string[]
1414

1515
public List<string> currentVariables = new List<string>();
1616

17-
//public string[] EnumStrings = new string[0]; NOT NEEDED
18-
//public string[] StructStrings = new string[0]; NOT NEEDED
19-
//public string[] DefinesStrings = new string[0]; NOT NEEDED
20-
2117
public List<SMDefine> Defines = new List<SMDefine>();
2218
public List<SMEnum> Enums = new List<SMEnum>();
2319
public List<SMEnumStruct> EnumStructs = new List<SMEnumStruct>();

0 commit comments

Comments
 (0)