summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 146137b)
raw | patch | inline | side by side (parent: 146137b)
author | bryce <bryce@users.sourceforge.net> | |
Sun, 6 Jan 2008 02:33:46 +0000 (02:33 +0000) | ||
committer | bryce <bryce@users.sourceforge.net> | |
Sun, 6 Jan 2008 02:33:46 +0000 (02:33 +0000) |
src/extension/init.cpp | patch | blob | history |
diff --git a/src/extension/init.cpp b/src/extension/init.cpp
index 3fe3115c0fdb6b5e96eface4e492952076705c29..0964ab4f48ddd06a48161b3fd27b25553eb13996 100644 (file)
--- a/src/extension/init.cpp
+++ b/src/extension/init.cpp
void
init()
{
- printf("Initting inputs\n");
-
/* TODO: Change to Internal */
Internal::Svg::init();
Internal::Svgz::init();
Internal::CairoPsOutput::init();
#endif
#ifdef HAVE_POPPLER
- printf("Initting PdfInput for poppler");
Internal::PdfInput::init();
#endif
#ifdef HAVE_POPPLER_GLIB
- printf("We have POPPLER GLIB\n");
if (1) {
- printf("Initting PdfInputCairo\n");
Internal::PdfInputCairo::init();
}
#endif
Inkscape::Extension::Extension::error_file_open();
while (count != 0) {
- // printf("Check extensions pass %d\n", pass++);
count = 0;
db.foreach(check_extensions_internal, (gpointer)&count);
if (count != 0) anyfail = true;