mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 05:40:02 +01:00
g_type_init finally deprecated
This commit is contained in:
@@ -332,10 +332,6 @@ void vj_picture_init( void *templ )
|
|||||||
{
|
{
|
||||||
if(!__initialized)
|
if(!__initialized)
|
||||||
{
|
{
|
||||||
// cool stuff
|
|
||||||
#ifdef USE_GDK_PIXBUF
|
|
||||||
g_type_init();
|
|
||||||
#endif
|
|
||||||
__initialized = 1;
|
__initialized = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user