Skip to content

Commit

Permalink
remove unused using
Browse files Browse the repository at this point in the history
  • Loading branch information
lawwong committed Feb 24, 2015
1 parent 31d213e commit fa41a7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions FmlTree/class/FmlArg.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Globalization;

namespace FmlTreeCSharp {
namespace FmlTreeCSharp {
public class FmlArg : FmlNode {
public FmlArg(BaseValueType t) : base(t) { }
public FmlArg(int val) : base(BaseValueType.Int32) { SetInt32(val); }
Expand Down

0 comments on commit fa41a7a

Please sign in to comment.