Skip to content

Commit

Permalink
Merge pull request jellyfin#6172 from Bond-009/nullable6
Browse files Browse the repository at this point in the history
Remove useless nullable directives
  • Loading branch information
cvium authored Jun 11, 2021
2 parents cfad97f + 383c2d7 commit cb77f8e
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 32 deletions.
4 changes: 0 additions & 4 deletions Emby.Server.Implementations/Updates/InstallationManager.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#nullable disable

#nullable enable

using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions MediaBrowser.Controller/Drawing/IImageEncoder.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#nullable disable

#pragma warning disable CS1591
#nullable enable

using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions MediaBrowser.Controller/Drawing/IImageProcessor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#nullable disable

#pragma warning disable CS1591
#nullable enable

using System;
using System.Collections.Generic;
Expand Down
3 changes: 0 additions & 3 deletions MediaBrowser.Controller/Drawing/ImageHelper.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#nullable disable

#pragma warning disable CS1591
#nullable enable

using MediaBrowser.Model.Drawing;

Expand Down
3 changes: 0 additions & 3 deletions MediaBrowser.Controller/Entities/BaseItemExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#nullable disable

#nullable enable
#pragma warning disable CS1591

using System;
Expand Down
3 changes: 0 additions & 3 deletions MediaBrowser.Controller/LiveTv/TimerEventInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#nullable disable

#nullable enable
#pragma warning disable CS1591

using System;
Expand Down
4 changes: 0 additions & 4 deletions MediaBrowser.Controller/Net/IWebSocketConnection.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#nullable disable

#pragma warning disable CS1591

#nullable enable

using System;
using System.Net;
using System.Net.WebSockets;
Expand Down
2 changes: 0 additions & 2 deletions MediaBrowser.Model/Configuration/PathSubstitution.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#nullable enable

namespace MediaBrowser.Model.Configuration
{
/// <summary>
Expand Down
1 change: 0 additions & 1 deletion MediaBrowser.Model/MediaInfo/SubtitleTrackInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable enable
#pragma warning disable CS1591

using System;
Expand Down
2 changes: 0 additions & 2 deletions MediaBrowser.Model/Plugins/PluginInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#nullable enable

using System;

namespace MediaBrowser.Model.Plugins
Expand Down
2 changes: 0 additions & 2 deletions MediaBrowser.Model/Plugins/PluginPageInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#nullable enable

namespace MediaBrowser.Model.Plugins
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions MediaBrowser.Model/Updates/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#nullable enable

using System.Text.Json.Serialization;
using SysVersion = System.Version;

Expand Down

0 comments on commit cb77f8e

Please sign in to comment.