timeline: simplify code to remove an object from the pendingobjects list
authorRobert Swain <robert.swain@gmail.com>
Fri, 6 Jan 2012 12:16:09 +0000 (09:16 -0300)
committerThibault Saunier <thibault.saunier@collabora.com>
Fri, 6 Jan 2012 12:16:09 +0000 (09:16 -0300)
commite288a6f4604323518fae42591122228342d2c3da
tree447c47d90ce20b6a9b4dbd54f73dc4beb7a21d7b
parentfc97c16e7e43cd2362175106e72541113b5e4a81
timeline: simplify code to remove an object from the pendingobjects list

g_list_remove_all () can be used as a simplification as the private data to ges
timeline object are 1:1.
ges/ges-timeline.c