Skip to content

Commit

Permalink
Remove IsVanillaRoom function, not used
Browse files Browse the repository at this point in the history
  • Loading branch information
jneb802 authored and probablykory committed Sep 21, 2024
1 parent 483e9d8 commit 60487a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions JotunnLib/Entities/CustomRoom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,5 @@ public Room.Theme GetCustomRoomTheme(string roomTheme)
return Room.Theme.None;
}

private bool IsVanillaRoom(string roomTheme)
{
return roomTheme == "None" || _theme == Room.Theme.None;
}
}
}

0 comments on commit 60487a7

Please sign in to comment.