Cleanup remove unused variable

This commit is contained in:
Antony Riakiotakis 2015-03-19 21:11:33 +01:00
parent fd559ed94f
commit f51a3aedc9

@ -2440,7 +2440,6 @@ void snapSequenceBounds(TransInfo *t, const int mval[2])
float xmouse, ymouse; float xmouse, ymouse;
int frame; int frame;
int mframe; int mframe;
TransData *td = t->data;
TransSeq *ts = t->customData; TransSeq *ts = t->customData;
/* reuse increment, strictly speaking could be another snap mode, but leave as is */ /* reuse increment, strictly speaking could be another snap mode, but leave as is */
if (!(t->modifiers & MOD_SNAP_INVERT)) if (!(t->modifiers & MOD_SNAP_INVERT))