diff options
Diffstat (limited to 'glow/src/backend.rs')
-rw-r--r-- | glow/src/backend.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glow/src/backend.rs b/glow/src/backend.rs index e1685816..92bb993e 100644 --- a/glow/src/backend.rs +++ b/glow/src/backend.rs @@ -23,8 +23,6 @@ pub struct Backend { impl Backend { /// Creates a new [`Backend`]. - /// - /// [`Backend`]: struct.Backend.html pub fn new(gl: &glow::Context, settings: Settings) -> Self { let text_pipeline = text::Pipeline::new(gl, settings.default_font); let quad_pipeline = quad::Pipeline::new(gl); |