[f-spot] Remove unused code.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Remove unused code.
- Date: Fri, 11 Jun 2010 19:17:17 +0000 (UTC)
commit 6daa610aff4a2e192de959120c7abd1e09bdee88
Author: Ruben Vermeersch <ruben savanne be>
Date: Fri Jun 11 20:59:19 2010 +0200
Remove unused code.
src/MainWindow.cs | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
---
diff --git a/src/MainWindow.cs b/src/MainWindow.cs
index e78184b..e78c35f 100644
--- a/src/MainWindow.cs
+++ b/src/MainWindow.cs
@@ -886,18 +886,6 @@ namespace FSpot
}
//
- // Change Notification functions
- //
-
- private void InvalidateViews ()
- {
- icon_view.QueueDraw ();
- photo_view.Reload ();
- if (fsview != null)
- fsview.View.Reload ();
- }
-
- //
// Commands
//
@@ -2587,18 +2575,6 @@ namespace FSpot
}
}
- void HandleFindTagIncluded (Tag t)
- {
- ShowQueryWidget ();
- query_widget.Include (new Tag [] {t});
- }
-
- void HandleFindTagRequired (Tag t)
- {
- ShowQueryWidget ();
- query_widget.Require (new Tag [] {t});
- }
-
//
// Handle Main Menu
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]