From b49e5cfc7013cef7e9af79d17e04f7e7e4c377d4 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Fri, 24 Oct 2014 16:22:05 +0200 Subject: Remove m_ext_ptr in GUIFormSpecMenu, replaced by refcount mechanism --- src/guiFormSpecMenu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/guiFormSpecMenu.h') 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; -- cgit v1.2.3