[tracker] tracker-extract: Fix compilation error for quill support
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tracker-extract: Fix compilation error for quill support
- Date: Thu, 16 Sep 2010 14:32:58 +0000 (UTC)
commit 71f92ff94c1d5d2b51705f12860e10321697f7f2
Author: Philip Van Hoof <philip codeminded be>
Date: Thu Sep 16 16:32:34 2010 +0200
tracker-extract: Fix compilation error for quill support
src/tracker-extract/tracker-albumart-quill.cpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/tracker-extract/tracker-albumart-quill.cpp b/src/tracker-extract/tracker-albumart-quill.cpp
index c33c09d..a8aa5fb 100644
--- a/src/tracker-extract/tracker-albumart-quill.cpp
+++ b/src/tracker-extract/tracker-albumart-quill.cpp
@@ -44,7 +44,6 @@ tracker_albumart_file_to_jpeg (const gchar *filename,
const gchar *target)
{
if (!init) {
- QuillImageFilter::registerAll();
init = TRUE;
}
@@ -106,7 +105,6 @@ tracker_albumart_buffer_to_jpeg (const unsigned char *buffer,
const gchar *qt_format;
if (!init) {
- QuillImageFilter::registerAll();
init = TRUE;
}
QImageReader *reader = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]