Removed extra line

This commit is contained in:
Andy Adshead 2019-04-26 00:23:53 +01:00
commit dddcf45740

View file

@ -15,7 +15,6 @@ namespace Ryujinx.Profiler
private static InternalProfile _profileInstance; private static InternalProfile _profileInstance;
private static ProfilerSettings _settings; private static ProfilerSettings _settings;
[Conditional("USE_PROFILING")] [Conditional("USE_PROFILING")]
public static void Initalize() public static void Initalize()
{ {