[blam/gtk-builder: 1/3] Channel: remove unused function
- From: Carlos Martín Nieto <cmartin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [blam/gtk-builder: 1/3] Channel: remove unused function
- Date: Fri, 22 Mar 2013 17:26:09 +0000 (UTC)
commit 1b5c11fa30c280870100df8254fa51ef735f5495
Author: Carlos Martín Nieto <cmn dwim me>
Date: Sat Mar 16 01:55:47 2013 +0100
Channel: remove unused function
src/Channel.cs | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/Channel.cs b/src/Channel.cs
index ce2cbf0..97b5a9d 100644
--- a/src/Channel.cs
+++ b/src/Channel.cs
@@ -286,16 +286,6 @@ namespace Imendio.Blam {
store.Get(item.Id).Updated += ItemUpdated;
}
- /* Used to cross-mark as read */
- public void MarkItemIdAsRead (string id)
- {
- Item item = store.Get(id);
- if (item.Unread) {
- item.Unread = false;
- EmitUpdated();
- }
- }
-
public bool GetHasKeyword (string keyword)
{
if (Keywords.IndexOf (keyword) >= 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]