Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kopernicus/Kopernicus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f9a9ef63d07a
Choose a base ref
...
head repository: Kopernicus/Kopernicus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ad7b65670d8d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 26, 2018

  1. Removed unused using

    System.Runtime.InteropServices.WindowsRuntime is not used and can therefore  be removed
    sswelm authored Oct 26, 2018
    Copy the full SHA
    611652e View commit details

Commits on Oct 27, 2018

  1. Merge pull request #329 from sswelm/patch-2

    Removed unused using
    StollD authored Oct 27, 2018
    Copy the full SHA
    ad7b656 View commit details
Showing with 1 addition and 2 deletions.
  1. +1 −2 src/Kopernicus.Components/UBI.cs
3 changes: 1 addition & 2 deletions src/Kopernicus.Components/UBI.cs
Original file line number Diff line number Diff line change
@@ -25,7 +25,6 @@
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Text.RegularExpressions;
using UnityEngine;

@@ -255,4 +254,4 @@ public String UBI
public GameObject Object;
}

}
}