[f-spot/rubenv-gsoc-2009: 19/86] Delete the Progress property, don't use it anyway.



commit 2d0ecf49b2dc7b2964e61880fac9e225060aeb9e
Author: Ruben Vermeersch <ruben savanne be>
Date:   Wed Jul 22 19:48:42 2009 +0200

    Delete the Progress property, don't use it anyway.

 lib/libfspotraw/fspot-librawloader.cpp |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/lib/libfspotraw/fspot-librawloader.cpp b/lib/libfspotraw/fspot-librawloader.cpp
index 7132c39..0df9dff 100644
--- a/lib/libfspotraw/fspot-librawloader.cpp
+++ b/lib/libfspotraw/fspot-librawloader.cpp
@@ -22,7 +22,6 @@ enum {
 enum {
 	PROP_0,
 	PROP_FILENAME,
-	PROP_PROGRESS,
 	PROP_ABORTED
 };
 
@@ -87,17 +86,6 @@ fspot_librawloader_class_init (FSpotLibrawLoaderClass *klass)
 									 PROP_FILENAME,
 									 pspec);
 
-	pspec = g_param_spec_double ("progress",
-								 "The progress of loading the full size.",
-								 "Loading progress",
-								 0.0,
-								 1.0,
-								 0.0,
-								 G_PARAM_READABLE);
-	g_object_class_install_property (gobject_class,
-									 PROP_PROGRESS,
-									 pspec);
-
 	pspec = g_param_spec_boolean ("aborted",
 								  "Whether the loading has been aborted.",
 								  "When switched to true, loading is stopped.",



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