Skip to content

Commit

Permalink
Remove unimplemented CUIScriptWnd::AddCallback overload.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 26, 2015
1 parent 8dfdf84 commit 6c02878
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xrGame/ui/UIScriptWnd.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ typedef CALLBACKS::iterator CALLBACK_IT;
void Register (CUIWindow* pChild, LPCSTR name);
CUIDialogWndEx ();
virtual ~CUIDialogWndEx ();
void AddCallback (LPCSTR control_id, s16 event, const luabind::functor<void> &lua_function);
void AddCallback (LPCSTR control_id, s16 event, const luabind::functor<void> &functor, const luabind::object &object);
virtual void Update ();
virtual bool OnKeyboardAction (int dik, EUIMessages keyboard_action);
Expand Down

0 comments on commit 6c02878

Please sign in to comment.