Skip to content

Commit

Permalink
fix: Remove unused UNITY_EDITOR guard
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 3, 2023
1 parent b354bdb commit 9297ead
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion Assets/JCSUnity/Editor/Hierarchy/AutoSortHierarchy.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if (UNITY_EDITOR && UNITY_5_3_5)
#if (UNITY_5_3_5)
/**
* $File: AutoSortHierarchy.cs $
* $Date: $
Expand Down
3 changes: 0 additions & 3 deletions Assets/JCSUnity/Editor/JCSUnity_About.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#if UNITY_EDITOR
/**
* $File: JCSUnity_About.cs $
* $Date: 2017-01-22 05:03:30 $
Expand Down Expand Up @@ -102,5 +101,3 @@ public static void AboutJCSUnity()
}
}
}

#endif
2 changes: 0 additions & 2 deletions Assets/JCSUnity/Editor/JCSUnity_EditorWindow.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#if UNITY_EDITOR
/**
* $File: JCSUnity_EditorWindow.cs $
* $Date: 2017-01-22 04:42:16 $
Expand Down Expand Up @@ -806,4 +805,3 @@ public string GetProjectName()
}
}
}
#endif
2 changes: 0 additions & 2 deletions Assets/JCSUnity/Editor/JCSUnity_EditortUtil.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#if UNITY_EDITOR
/**
* $File: JCSUnity_EditortUtil.cs $
* $Date: 2021-04-18 16:35:05 $
Expand Down Expand Up @@ -96,4 +95,3 @@ public static GameObject Instantiate(string path)
}
}
}
#endif
2 changes: 0 additions & 2 deletions Assets/JCSUnity/Editor/JCSUnity_Hotkeys.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#if UNITY_EDITOR
/**
* $File: JCSUnity_HotKeys.cs $
* $Date: 2017-06-04 01:38:14 $
Expand Down Expand Up @@ -54,4 +53,3 @@ private static void ClearConsole()
}
}
}
#endif

0 comments on commit 9297ead

Please sign in to comment.