[bijiben] noteBook : Remove old func declaration



commit 61a3d3ec60ce436dd69c32ab220f9b392ad7c953
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Thu Mar 14 23:36:57 2013 +0100

    noteBook : Remove old func declaration
    
    _note book remove does not exist anymore

 src/libbiji/biji-note-book.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/libbiji/biji-note-book.h b/src/libbiji/biji-note-book.h
index bd956c6..05b2062 100644
--- a/src/libbiji/biji-note-book.h
+++ b/src/libbiji/biji-note-book.h
@@ -49,8 +49,6 @@ BijiNoteBook * biji_note_book_new (GFile *location);
 
 gchar * biji_note_book_get_unique_title (BijiNoteBook *book, gchar *title);
 
-gboolean _note_book_remove_one_note(BijiNoteBook *book,BijiNoteObj *note);
-
 void _biji_note_book_add_note_to_tag_book(BijiNoteBook *book,BijiNoteObj *note,gchar *tag);
 
 void biji_note_book_append_new_note (BijiNoteBook *book, BijiNoteObj *note, gboolean notify);
@@ -59,7 +57,7 @@ gboolean biji_note_book_notify_changed (BijiNoteBook           *book,
                                         BijiNoteBookChangeFlag  flag,
                                         BijiNoteObj            *note);
 
-gboolean biji_note_book_remove_note(BijiNoteBook *book,BijiNoteObj *note);
+gboolean biji_note_book_remove_note (BijiNoteBook *book,BijiNoteObj *note);
 
 BijiNoteObj * note_book_get_note_at_path(BijiNoteBook *book,gchar *path);
 


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