[f-spot] Delete some more unneeded code.



commit 83110f145d4a2203aa62304db5e0c53e3b71b504
Author: Ruben Vermeersch <ruben savanne be>
Date:   Sat Aug 8 11:57:04 2009 +0200

    Delete some more unneeded code.

 f-spot.csproj        |    1 -
 src/IOperation.cs    |   15 ---------------
 src/Makefile.am      |    1 -
 src/RotateCommand.cs |    4 ++--
 4 files changed, 2 insertions(+), 19 deletions(-)
---
diff --git a/f-spot.csproj b/f-spot.csproj
index ae8e304..8d38d48 100644
--- a/f-spot.csproj
+++ b/f-spot.csproj
@@ -989,7 +989,6 @@
     <Compile Include="gtk-sharp-beans\gtk_generated\BuilderError.cs" />
     <Compile Include="gtk-sharp-beans\gtk_generated\GtkBeansSharp.BuilderConnectFuncNative.cs" />
     <Compile Include="gtk-sharp-beans\gtk_generated\ObjectManager.cs" />
-    <Compile Include="src\IOperation.cs" />
     <Compile Include="src\ProgressItem.cs" />
     <Compile Include="src\SoftFocus.cs" />
     <Compile Include="src\Bling\Animation.cs" />
diff --git a/src/Makefile.am b/src/Makefile.am
index 7f9de6a..dc2f8ea 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -205,7 +205,6 @@ F_SPOT_CSDISTFILES =				\
 	$(srcdir)/Imaging/X3fFile.cs		\
 	$(srcdir)/Imaging/XmpFile.cs		\
 	$(srcdir)/Imaging/Tiff.cs		\
-	$(srcdir)/IOperation.cs			\
 	$(srcdir)/JobStore.cs			\
 	$(srcdir)/Jobs/SyncMetadataJob.cs	\
 	$(srcdir)/Jobs/CalculateHashJob.cs	\
diff --git a/src/RotateCommand.cs b/src/RotateCommand.cs
index 6a254df..d7c80ea 100644
--- a/src/RotateCommand.cs
+++ b/src/RotateCommand.cs
@@ -44,7 +44,7 @@ namespace FSpot {
 		Counterclockwise,
 	}
 
-	public class RotateOperation : IOperation {
+	public class RotateOperation {
 		IBrowsableItem item;
 		RotateDirection direction;
 		bool done;
@@ -141,7 +141,7 @@ namespace FSpot {
 		}
 	}
 
-	public class RotateMultiple : IOperation {
+	public class RotateMultiple {
 		RotateDirection direction;
 		IBrowsableItem [] items;
 		int index;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]