Comment out unused variables (#3713)

* Comment out unused variables

* Address reviews

* Address more reviews
This commit is contained in:
ShadowCommander
2021-05-31 15:01:13 -07:00
committed by GitHub
parent 67ae601863
commit 1d94ebdca5
6 changed files with 18 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
#nullable enable
#nullable enable
using System.Threading.Tasks;
using Content.Server.GameObjects.Components.Items.Clothing;
using Content.Shared.GameObjects.Components;
@@ -47,8 +47,8 @@ namespace Content.Server.GameObjects.Components.Nutrition
/// For a regular cigar, the temp approaches around 400°C or 580°C
/// dependant on where you measure.
/// </summary>
[ViewVariables] [DataField("temperature")]
private float _temperature = 673.15f;
//[ViewVariables] [DataField("temperature")]
//private float _temperature = 673.15f;
[ViewVariables]
private SharedBurningStates CurrentState