[solang] Removed Engine::photos_ and Engine::get_photos_
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [solang] Removed Engine::photos_ and Engine::get_photos_
- Date: Thu, 11 Mar 2010 11:42:08 +0000 (UTC)
commit 9844cee9fc110b588838ec703067069cbcd83436
Author: Debarshi Ray <rishi gnu org>
Date: Wed Mar 10 09:20:45 2010 +0200
Removed Engine::photos_ and Engine::get_photos_
src/application/engine.cpp | 8 --------
src/application/engine.h | 5 -----
2 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/src/application/engine.cpp b/src/application/engine.cpp
index aa9f788..acf20d0 100644
--- a/src/application/engine.cpp
+++ b/src/application/engine.cpp
@@ -44,7 +44,6 @@ Engine::Engine(int & argc, char ** & argv) throw() :
selectionChanged_(),
mutex_(),
exportQueue_(),
- photos_(),
currentStorageSystems_(),
database_(),
criterionRepo_(),
@@ -169,11 +168,4 @@ Engine::get_export_queue() throw()
return exportQueue_;
}
-PhotoList
-Engine::get_photos() throw()
-{
- Glib::Mutex::Lock lock(mutex_);
- return photos_;
-}
-
} //namespace Solang
diff --git a/src/application/engine.h b/src/application/engine.h
index 21ec0c2..6ed5414 100644
--- a/src/application/engine.h
+++ b/src/application/engine.h
@@ -113,9 +113,6 @@ class Engine :
PhotoList &
get_export_queue() throw();
- PhotoList
- get_photos() throw();
-
inline SearchCriterionRepo &
get_criterion_repo();
@@ -144,8 +141,6 @@ class Engine :
PhotoList exportQueue_;
- PhotoList photos_;
-
//The following are populated
//from gconf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]