Skip to content

Commit 6c02878

Browse files
author
nitrocaster
committed
Remove unimplemented CUIScriptWnd::AddCallback overload.
1 parent 8dfdf84 commit 6c02878

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/xrGame/ui/UIScriptWnd.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ typedef CALLBACKS::iterator CALLBACK_IT;
2121
void Register (CUIWindow* pChild, LPCSTR name);
2222
CUIDialogWndEx ();
2323
virtual ~CUIDialogWndEx ();
24-
void AddCallback (LPCSTR control_id, s16 event, const luabind::functor<void> &lua_function);
2524
void AddCallback (LPCSTR control_id, s16 event, const luabind::functor<void> &functor, const luabind::object &object);
2625
virtual void Update ();
2726
virtual bool OnKeyboardAction (int dik, EUIMessages keyboard_action);

0 commit comments

Comments
 (0)