13
0

Remove unused variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@5130 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-06-08 22:15:40 +00:00
parent ba0e0d390e
commit 6475590847

View File

@ -739,7 +739,6 @@ RegionMoveDrag::finished (GdkEvent* event, bool movement_occurred)
pair<PlaylistSet::iterator,bool> insert_result, frozen_insert_result;
nframes64_t drag_delta;
bool changed_tracks, changed_position;
pair<TimeAxisView*, int> tvp;
map<RegionView*, RouteTimeAxisView*> final;
if (!movement_occurred) {