Removed useless bookmark by title model.
This commit is contained in:
parent
d4c91f7b0c
commit
1b24cfd618
@ -117,7 +117,6 @@ def init_bookmark_completions():
|
||||
pass
|
||||
model = _init_model(miscmodels.BookmarkCompletionModel, 'url')
|
||||
_instances[usertypes.Completion.bookmark_by_url] = model
|
||||
model = _init_model(miscmodels.BookmarkCompletionModel, 'title')
|
||||
|
||||
|
||||
@pyqtSlot()
|
||||
|
Loading…
Reference in New Issue
Block a user