summaryrefslogtreecommitdiff
path: root/lua/99/extensions/work/worker.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/99/extensions/work/worker.lua')
-rw-r--r--lua/99/extensions/work/worker.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/99/extensions/work/worker.lua b/lua/99/extensions/work/worker.lua
index a967b4c..7bc65d9 100644
--- a/lua/99/extensions/work/worker.lua
+++ b/lua/99/extensions/work/worker.lua
@@ -155,13 +155,4 @@ function M.search()
})
end
-function M.last_search_results()
- if M.last_work_search == nil then
- print("no previous search results")
- return
- end
-
- require("99").qfix(M.last_work_search)
-end
-
return M