diff options
Diffstat (limited to 'src/guiFormSpecMenu.h')
-rw-r--r-- | src/guiFormSpecMenu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h index 40be59b46..d38e9ec46 100644 --- a/src/guiFormSpecMenu.h +++ b/src/guiFormSpecMenu.h @@ -210,7 +210,6 @@ public: ISimpleTextureSource *tsrc, IFormSource* fs_src, TextDest* txt_dst, - GUIFormSpecMenu** ext_ptr, Client* client ); @@ -346,7 +345,6 @@ protected: private: IFormSource *m_form_src; TextDest *m_text_dst; - GUIFormSpecMenu **m_ext_ptr; gui::IGUIFont *m_font; unsigned int m_formspec_version; |