Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Domain authored Dec 21, 2023
1 parent 867bd89 commit 96cf7b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/lumars/state.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import std.meta : AliasSeq;

struct ShowInLua {}
struct HideFromLua {}
struct AsTable {}
struct AsUserData {}

template FieldIndex(T, string fieldName)
{
Expand Down Expand Up @@ -997,7 +995,6 @@ struct LuaState
if(field == member)
{
setFieldValue!(member)(ret, get!(FieldType!(T, member))(-1));
//mixin("ret."~member~"= this.get!(typeof(ret."~member~"))(-1);");
this.pop(1);
continue While;
}
Expand Down

0 comments on commit 96cf7b1

Please sign in to comment.