[f-spot/taglib-metadata] Remove obsolete (and unused) Exif parser.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot/taglib-metadata] Remove obsolete (and unused) Exif parser.
- Date: Tue, 6 Jul 2010 17:50:42 +0000 (UTC)
commit 319044b1b774b0bfb705e7826a7636bf3c19809e
Author: Ruben Vermeersch <ruben savanne be>
Date: Tue Jul 6 19:49:18 2010 +0200
Remove obsolete (and unused) Exif parser.
src/Imaging/Exif.cs | 906 ----------------------------------------------
src/Imaging/RafFile.cs | 10 -
src/Makefile.am | 1 -
src/PixbufUtils.cs | 1 -
src/f-spot.exe.config.in | 1 -
5 files changed, 0 insertions(+), 919 deletions(-)
---
diff --git a/src/Imaging/RafFile.cs b/src/Imaging/RafFile.cs
index 500ca4b..b4974ec 100644
--- a/src/Imaging/RafFile.cs
+++ b/src/Imaging/RafFile.cs
@@ -25,16 +25,6 @@ namespace FSpot.Imaging.Raf {
{
}
- private Exif.ExifData exif_data;
- public Exif.ExifData ExifData {
- get {
- if (exif_data == null)
- exif_data = new Exif.ExifData(Uri.LocalPath);
- Log.Debug ("loading exif data");
- return exif_data;
- }
- }
-
public override System.IO.Stream PixbufStream ()
{
byte [] data = GetEmbeddedJpeg ();
diff --git a/src/Makefile.am b/src/Makefile.am
index 7d3d3de..f74be5b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -85,7 +85,6 @@ SOURCES = \
Imaging/DCRawFile.cs \
Imaging/Bim.cs \
Imaging/Ciff.cs \
- Imaging/Exif.cs \
Imaging/ImageFile.cs \
Imaging/InternalProcess.cs \
Imaging/IptcFile.cs \
diff --git a/src/PixbufUtils.cs b/src/PixbufUtils.cs
index 7814450..6c0c760 100644
--- a/src/PixbufUtils.cs
+++ b/src/PixbufUtils.cs
@@ -17,7 +17,6 @@ using System.IO;
using FSpot;
using FSpot.Utils;
using FSpot.Imaging;
-using FSpot.Imaging.Exif;
using Hyena;
using TagLib.Image;
diff --git a/src/f-spot.exe.config.in b/src/f-spot.exe.config.in
index b392442..7e0d148 100644
--- a/src/f-spot.exe.config.in
+++ b/src/f-spot.exe.config.in
@@ -12,5 +12,4 @@
<dllmap dll="GL" target="libGL.so.1"/>
<dllmap dll="libXcomposite.dll" target="libXcomposite.so.1"/>
<dllmap dll="liblcms-1.0.0.dll" target="liblcms.so.1"/>
- <dllmap dll="libexif.dll" target="libexif so EXIF_SOVERSION@"/>
</configuration>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]