From 97088bf0e339cf67b217fd4f47950f35703f436c Mon Sep 17 00:00:00 2001 From: Evgeny Date: Mon, 7 Feb 2022 16:03:02 +0300 Subject: [PATCH] fix notify sample --- samples/notify_sample.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/samples/notify_sample.lua b/samples/notify_sample.lua index bb7d68e..eb3c755 100644 --- a/samples/notify_sample.lua +++ b/samples/notify_sample.lua @@ -3,10 +3,6 @@ local curr_notab = {} local curr_titletab = {} local curr_keystab = {} -function on_resume() - notify:get_current() -end - function on_notify_posted(n) curr_notab[n.key] = n redraw()