Browse Source

Removed useless code.

pull/28/head
triton 12 years ago
parent
commit
d59e46bbc3
  1. 3
      src/Generator/Generators/CSharp/CSharpTextTemplate.cs

3
src/Generator/Generators/CSharp/CSharpTextTemplate.cs

@ -781,13 +781,10 @@ namespace CppSharp.Generators.CSharp @@ -781,13 +781,10 @@ namespace CppSharp.Generators.CSharp
WriteLine("get");
WriteStartBraceIndent();
var @return = string.Empty;
if (decl is Function)
{
var function = decl as Function;
GenerateInternalFunctionCall(function);
@return = "ret";
}
else if (decl is Field)
{

Loading…
Cancel
Save