GMainLoop: remove wall clock time cache
authorRyan Lortie <desrt@desrt.ca>
Tue, 30 Aug 2011 17:32:58 +0000 (13:32 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 9 Sep 2011 17:41:36 +0000 (13:41 -0400)
commitb891b3616fa1c2af542cd188c00e074295bad4fe
tree1f878ba68b82c0dfe4258b87610585afb2c68e5c
parent940a728fdabca90ce7f5769de97f12a81c264cc5
GMainLoop: remove wall clock time cache

Since GMainLoop is now purely monotonic, it really doesn't make sense to
cache the wallclock time just for the sake of making a deprecated call
more efficient.
glib/gmain.c