gtimer: remove warnings about threads

GTimer no longer uses the thread system for time information and
g_thread_init() no longer does anything, so remove the doubly-untrue
warning about these topics.

https://bugzilla.gnome.org/show_bug.cgi?id=527214
This commit is contained in:
Ryan Lortie 2011-10-04 17:17:01 -04:00
parent e3be556728
commit 6b566e1d0b

View File

@ -213,11 +213,6 @@ g_timer_continue (GTimer *timer)
* stopped. The return value is the number of seconds elapsed,
* including any fractional part. The @microseconds out parameter is
* essentially useless.
*
* <warning><para>
* Calling initialization functions, in particular g_thread_init(), while a
* timer is running will cause invalid return values from this function.
* </para></warning>
**/
gdouble
g_timer_elapsed (GTimer *timer,