mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
more unused variable cleanups
This commit is contained in:
parent
3038e53856
commit
1ee127b753
31 changed files with 2 additions and 75 deletions
|
|
@ -748,7 +748,6 @@ void GuiParticleGraphCtrl::onMouseDown(const GuiEvent &event)
|
|||
if(event.mouseClickCount == 2)
|
||||
{
|
||||
Point2F plotPoint = getPlotPoint(hitNut.x, hitNut.y);
|
||||
Point2F mousePos = convertToGraphCoord(mSelectedPlot, event.mousePoint);
|
||||
S32 point = removePlotPoint(hitNut.x, hitNut.y);
|
||||
|
||||
// Argument Buffer.
|
||||
|
|
@ -885,8 +884,6 @@ void GuiParticleGraphCtrl::onRightMouseDown(const GuiEvent &event)
|
|||
if( hitNut != Point2I(-1,-1) )
|
||||
{
|
||||
Point2F plotPoint = getPlotPoint(hitNut.x, hitNut.y);
|
||||
|
||||
Point2F mousePos = convertToGraphCoord(mSelectedPlot, event.mousePoint);
|
||||
S32 point = removePlotPoint(hitNut.x, hitNut.y);
|
||||
|
||||
// Argument Buffer.
|
||||
|
|
@ -913,8 +910,6 @@ void GuiParticleGraphCtrl::onRightMouseDragged(const GuiEvent &event)
|
|||
if( hitNut != Point2I(-1,-1) )
|
||||
{
|
||||
Point2F plotPoint = getPlotPoint(hitNut.x, hitNut.y);
|
||||
|
||||
Point2F mousePos = convertToGraphCoord(mSelectedPlot, event.mousePoint);
|
||||
S32 point = removePlotPoint(hitNut.x, hitNut.y);
|
||||
|
||||
// Argument Buffer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue