Skip to content

Commit

Permalink
Remove deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Aug 23, 2023
1 parent 175ba42 commit 8dac6e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/kino/frame.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dac6e2

Please sign in to comment.