mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Remove extraneous function
Remove extraneous function makeScriptCall which is no longer used.
This commit is contained in:
parent
32bc068f7f
commit
df5ffd9e10
2 changed files with 0 additions and 27 deletions
|
|
@ -39,8 +39,6 @@ class GameTSCtrl : public GuiTSCtrl
|
|||
private:
|
||||
typedef GuiTSCtrl Parent;
|
||||
|
||||
void makeScriptCall(const char *func, const GuiEvent &evt) const;
|
||||
|
||||
void sendMouseEvent(const char *name, const GuiEvent &evt);
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue