Revert "&GetGod()"

This reverts commit 8659016471.
This commit is contained in:
Hieu Hoang 2017-01-22 23:04:51 +00:00
parent 9de8796f33
commit 85799a85e7

View File

@ -34,9 +34,6 @@ class MosesPlugin {
void SetDevice();
size_t GetDevice();
God &GetGod()
{ return *god_; }
void SetDebug(bool debug) {
debug_ = debug;
}