Skip to content

Commit c3ddf0f

Browse files
committed
remove unused variable from readme editor
1 parent d02ed86 commit c3ddf0f

File tree

1 file changed

+0
-4
lines changed
  • com.unity.template.hdrp-blank/Assets/TutorialInfo/Scripts/Editor

1 file changed

+0
-4
lines changed

com.unity.template.hdrp-blank/Assets/TutorialInfo/Scripts/Editor/ReadmeEditor.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ public override void OnInspectorGUI()
154154
}
155155
}
156156

157-
bool m_Initialized;
158-
159157
GUIStyle LinkStyle
160158
{
161159
get { return m_LinkStyle; }
@@ -219,8 +217,6 @@ void Init()
219217

220218
m_ButtonStyle = new GUIStyle(EditorStyles.miniButton);
221219
m_ButtonStyle.fontStyle = FontStyle.Bold;
222-
223-
m_Initialized = true;
224220
}
225221

226222
bool LinkLabel(GUIContent label, params GUILayoutOption[] options)

0 commit comments

Comments
 (0)