Remove a stray bit of user data

We don't need to pass a user_data argument to Meta.later_add() any
more, so remove a stray 'null'.

https://bugzilla.gnome.org/show_bug.cgi?id=615590
This commit is contained in:
Owen W. Taylor 2010-04-12 18:05:50 -04:00
parent dc5dcc6139
commit 29d89467b9

View File

@ -485,7 +485,7 @@ function _queueBeforeRedraw(workId) {
Meta.later_add(Meta.LaterType.BEFORE_REDRAW, function () {
_runBeforeRedrawQueue();
return false;
}, null);
});
}
}