summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-14 13:04:05 +0200
committerLars Wirzenius <liw@liw.fi>2019-12-14 13:04:05 +0200
commit06c2f25227e0b78f72bf0186b139f1d9521d6053 (patch)
treec0e4ce11e756fe0dbf464b4e0dc917b6cbbe4cde /src/lib.rs
parent14362e4394376306d9f95cd3735b9654565bbb7e (diff)
downloadsubplot-06c2f25227e0b78f72bf0186b139f1d9521d6053.tar.gz
Refactor: move dot_to_svg into graphs.rs
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0f0a5d5..a1dc7df 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -10,9 +10,6 @@ mod error;
pub use error::Error;
pub use error::Result;
-mod process;
-pub use process::dot_to_svg;
-
mod typeset;
mod graphs;