[gnote] Remove dedundant declaration



commit 9fd8f574c08cafdc01d812fd85bd95c417809b7c
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Mon Dec 23 17:21:20 2019 +0200

    Remove dedundant declaration

 src/notemanager.hpp | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/notemanager.hpp b/src/notemanager.hpp
index 6e7dce76..63a0108e 100644
--- a/src/notemanager.hpp
+++ b/src/notemanager.hpp
@@ -37,7 +37,6 @@ namespace gnote {
     : public NoteManagerBase
   {
   public:
-    typedef std::shared_ptr<NoteManager> Ptr;
     typedef sigc::slot<void, const Note::Ptr &> NoteChangedSlot;
     
     NoteManager(IGnote & g);


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