From a3f84db8d7bad7899350587f76ed08de5652f0df Mon Sep 17 00:00:00 2001 From: Johannes Wolf <519002+johannes-wolf@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:51:11 +0100 Subject: [PATCH] lib: Remove plot stub (#752) --- src/lib.typ | 3 --- src/lib/plot-stub.typ | 2 -- 2 files changed, 5 deletions(-) delete mode 100644 src/lib/plot-stub.typ diff --git a/src/lib.typ b/src/lib.typ index 441d7b93..a471dcd3 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -21,6 +21,3 @@ #import "lib/angle.typ" #import "lib/tree.typ" #import "lib/decorations.typ" - -// Stubs -#import "lib/plot-stub.typ" as plot diff --git a/src/lib/plot-stub.typ b/src/lib/plot-stub.typ deleted file mode 100644 index 3a6df413..00000000 --- a/src/lib/plot-stub.typ +++ /dev/null @@ -1,2 +0,0 @@ -// DEPRECATED TODO: Remove this after 0.3.0 -#let plot(..args) = panic("cetz plotting library has been moved to its own package, cetz-plot")