src/Palete/CompletionProvider.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 10:55:07 +0000 (18:55 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 10:55:07 +0000 (18:55 +0800)
src/Palete/CompletionProvider.vala

index b59c05c..31b7740 100644 (file)
@@ -8,16 +8,14 @@ namespace Palete {
     {
                Editor editor; 
                WindowState windowstate;
-               public List<SourceCompletionItem> proposals;
-               //public List<Gtk.SourceCompletionItem> filtered_proposals;
+               //public List<Gtk.SourceCompletionItem> filtered_proposals;
 
                construct(Editor editor)
                {
                    this.editor  = editor;
                    this.windowstate = editor.window.windowstate;
                    
-                       this.proposals = new List<SourceCompletionItem> ();
-               }
+               }
 
                public string get_name ()
                {