[gnote] Remove unnecessairy comments



commit ca9f5cfd546bc676a34303e857c6e00c820130b6
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Sat Jan 26 17:46:17 2013 +0200

    Remove unnecessairy comments
    
    Commented out Tomboy code, which is resolved here.

 src/synchronization/syncmanager.cpp |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/synchronization/syncmanager.cpp b/src/synchronization/syncmanager.cpp
index a18cfa5..d021590 100644
--- a/src/synchronization/syncmanager.cpp
+++ b/src/synchronization/syncmanager.cpp
@@ -211,10 +211,6 @@ namespace sync {
             DBG_OUT("Sync: Early conflict detection for '%s'", iter->second.m_title.c_str());
             if(m_sync_ui != 0) {
               m_sync_ui->note_conflict_detected(note_mgr(), existingNote, iter->second, noteUpdateTitles);
-
-              // Suspend this thread while the GUI is presented to
-              // the user.
-              //syncThread.Suspend ();  TODO: findout what to do with this!!!
             }
           }
         }
@@ -254,10 +250,6 @@ namespace sync {
           // Note already exists locally, but has been modified since last sync; prompt user
           if(m_sync_ui != 0) {
             m_sync_ui->note_conflict_detected(note_mgr(), existingNote, iter->second, noteUpdateTitles);
-
-            // Suspend this thread while the GUI is presented to
-            // the user.
-            //syncThread.Suspend ();  TODO find out what to do with this !!!
           }
 
           // Note has been deleted or okay'd for overwrite



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