From 8dac6e2b87455f9126b8860c6c3763dadc9d136c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Wed, 23 Aug 2023 23:26:56 +0200 Subject: [PATCH] Remove deprecated functions --- lib/kino/frame.ex | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/kino/frame.ex b/lib/kino/frame.ex index 6909734d..a2c09391 100644 --- a/lib/kino/frame.ex +++ b/lib/kino/frame.ex @@ -150,12 +150,6 @@ defmodule Kino.Frame do GenServer.cast(frame.pid, {:clear, destination}) end - # TODO: remove on v0.11.0 - @deprecated "Use Kino.listen/3 instead" - def periodically(_frame, interval_ms, acc, fun) do - Kino.listen(interval_ms, acc, fn _i, acc -> fun.(acc) end) - end - @doc false @spec get_outputs(t()) :: list(Kino.Output.t()) def get_outputs(frame) do