Skip to content

Commit 1ef1c26

Browse files
authored
Merge pull request #17 from JunoLab/fbot/deps
Fix deprecations
2 parents 6c3a4a0 + c1131e6 commit 1ef1c26

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Media.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
__precompile__()
2-
31
module Media
42

53
include("dynamic.jl")

src/system.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ using MacroTools
33
export render, setdisplay, unsetdisplay, getdisplay, current_input, Media, @media, media,
44
@render
55

6-
VERSION < v"0.5-" && const supertype = super
7-
86
# Some type system utils
97

108
distance(S, T) =

0 commit comments

Comments
 (0)