Skip to content

Commit

Permalink
We no longer need the register_into(const table& s) function: remov…
Browse files Browse the repository at this point in the history
…ing~
  • Loading branch information
ThePhD committed Apr 27, 2014
1 parent 06bda13 commit be839bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sol/userdata.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ class userdata {
template<typename... Args, typename... CArgs>
userdata(const char* name, constructors<CArgs...> c, Args&&... args) :
userdata(std::string(name), std::move(c), std::forward<Args>(args)...) {}

void register_into(const table& s) {}
};
} // sol

Expand Down

0 comments on commit be839bd

Please sign in to comment.