Skip to content

Commit

Permalink
Removed unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Nov 28, 2023
1 parent a266da6 commit 9f43f14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion FRBDK/Glue/Glue/Parsing/CsvCodeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ private static string GetClassInfo(string fileName, RuntimeCsvRepresentation rcr

if (foundRfs == null)
{
int m = 3;
// do we want to have an error here?
}
else
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ private static void CreateFromTiledMapSave(TiledMapSave tiledMapSave, string tmx

string texture = null;

uint tileIdOfTexture = 0;
Tileset tileSet = null;
uint? firstGid = null;

Expand Down

0 comments on commit 9f43f14

Please sign in to comment.