mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-17 21:30: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)
|
||||
{
|
||||
// cool stuff
|
||||
#ifdef USE_GDK_PIXBUF
|
||||
g_type_init();
|
||||
#endif
|
||||
__initialized = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user