[gnome-maps] placeEntry: Remove unused arguments



commit 94aa9e0567709f8332e55083499ce36c571c9420
Author: Marcus Lundblad <ml update uu se>
Date:   Mon Nov 6 22:18:34 2017 +0100

    placeEntry: Remove unused arguments
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782861

 src/placeEntry.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/placeEntry.js b/src/placeEntry.js
index 8e0ab13..aa9429a 100644
--- a/src/placeEntry.js
+++ b/src/placeEntry.js
@@ -95,9 +95,7 @@ var PlaceEntry = new Lang.Class({
         this.parent(props);
 
         this._filter = new Gtk.TreeModelFilter({ child_model: Application.placeStore });
-        this._filter.set_visible_func(this._completionVisibleFunc.bind(this),
-                                      null,
-                                      null);
+        this._filter.set_visible_func(this._completionVisibleFunc.bind(this));
 
         this._popover = this._createPopover(numVisible, maxChars);
 


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