Browse Source

Remove unused attribute.

pull/12/merge
triton 12 years ago
parent
commit
cdc618a2d0
  1. 6
      src/Generator/Library.cs

6
src/Generator/Library.cs

@ -3,15 +3,9 @@ using System.Collections.Generic;
using System.Globalization; using System.Globalization;
using System.Linq; using System.Linq;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using CppSharp.Generators;
namespace CppSharp namespace CppSharp
{ {
[AttributeUsage(AttributeTargets.Class)]
public class LibraryTransformAttribute : Attribute
{
}
/// <summary> /// <summary>
/// Used to massage the library types into something more .NET friendly. /// Used to massage the library types into something more .NET friendly.
/// </summary> /// </summary>

Loading…
Cancel
Save