main.c: remove deprected an unnecessaty g_thread_init
commitaf366f49970ed91a414e5b832a13436417be4bdb
authorAndreas Müller <schnitzeltony@gmail.com>
Fri, 10 Apr 2020 11:04:53 +0000 (10 13:04 +0200)
committerAndreas Müller <schnitzeltony@gmail.com>
Fri, 10 Apr 2020 11:04:53 +0000 (10 13:04 +0200)
tree553bde97c59f5c791a4db9236c0e3bcc1f8d3ef4
parent6e0376e199323a7319617b027841fe78b97b1a34
main.c: remove deprected an unnecessaty g_thread_init

| ../git/main.c: In function 'main':
| ../git/main.c:324:3: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations]
|   324 |   g_thread_init(NULL);
|       |   ^~~~~~~~~~~~~

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
main.c