src/Palete/LanguageClientVala.vala
authorAlan <alan@roojs.com>
Wed, 27 Mar 2024 09:56:11 +0000 (17:56 +0800)
committerAlan <alan@roojs.com>
Wed, 27 Mar 2024 09:56:11 +0000 (17:56 +0800)
src/Palete/LanguageClientVala.vala

index 881843b..5a87cf9 100644 (file)
@@ -106,30 +106,7 @@ namespace Palete {
                }
                static int doc_queue_id = 0;
                
-               /*
-               void run_doc_queue()
-               {
-               
-                       if (this.doc_queue_file == null) {
-                               return ;
-                       }
-                       if (this.doc_countdown < -1) {
-                               return;
-                       }
-                       this.doc_countdown--;
-
-                       if (this.doc_countdown < 0){
-                               var sendfile = this.doc_queue_file;
-                               this.documentSymbols.begin(this.doc_queue_file, (o, res) => {
-                                       var ret = this.documentSymbols.end(res);
-                                       sendfile.navigation_tree_updated(ret);
-                               });
-                               this.doc_queue_file = null;
-                                  
-                       }
-                       return ;
-               }
-               */
+        
                
                
                public bool initProcess(string process_path)