Removed deprecated glib call

This commit is contained in:
Robert Osfield
2013-10-24 19:56:14 +00:00
parent 1dcc2555e7
commit 6f9b82142a

View File

@@ -121,15 +121,6 @@ class PopplerPdfImage : public osgWidget::PdfImage
foundFile = osgDB::getRealPath(foundFile);
OSG_NOTICE<<"foundFile = "<<foundFile<<std::endl;
static bool gTypeInit = false;
if(!gTypeInit)
{
g_type_init();
gTypeInit = true;
}
#if defined(WIN32) && !defined(__CYGWIN__)
std::string uri = std::string("file:///") + foundFile;
#else