Skip to content

Commit

Permalink
DerivePerspTrack: Remove unnecessary Line dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Sep 27, 2023
1 parent 712adad commit 3d26379
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions macros/arch.DerivePerspTrack.moon
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ dep = DependencyControl{
{
{"l0.Functional", version: "0.6.0", url: "https://github.com/TypesettingTools/Functional",
feed: "https://raw.githubusercontent.com/TypesettingTools/Functional/master/DependencyControl.json"},
{"a-mo.Line", version: "1.5.3", url: "https://github.com/TypesettingTools/Aegisub-Motion",
feed: "https://raw.githubusercontent.com/TypesettingTools/Aegisub-Motion/DepCtrl/DependencyControl.json"},
{"a-mo.LineCollection", version: "1.3.0", url: "https://github.com/TypesettingTools/Aegisub-Motion",
feed: "https://raw.githubusercontent.com/TypesettingTools/Aegisub-Motion/DepCtrl/DependencyControl.json"},
{"l0.ASSFoundation", version: "0.5.0", url: "https://github.com/TypesettingTools/ASSFoundation",
Expand All @@ -24,7 +22,7 @@ dep = DependencyControl{
}
}

Functional, Line, LineCollection, ASS, AMath, APersp = dep\requireModules!
Functional, LineCollection, ASS, AMath, APersp = dep\requireModules!
{:Point} = AMath
{:transformPoints, :Quad} = APersp

Expand Down

0 comments on commit 3d26379

Please sign in to comment.