[librsvg: 2/4] Remove unused struct




commit c104d4d3159ebaac0fce45728ac6ea9a32ca326b
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Dec 6 16:39:21 2021 -0600

    Remove unused struct

 src/xml/mod.rs | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/src/xml/mod.rs b/src/xml/mod.rs
index 0d91301c..85210904 100644
--- a/src/xml/mod.rs
+++ b/src/xml/mod.rs
@@ -67,12 +67,6 @@ struct XIncludeContext {
     need_fallback: bool,
 }
 
-/// Accumulates data inside a `<style>` element
-#[derive(Clone)]
-struct StyleContext {
-    text: String,
-}
-
 // This is to hold an xmlEntityPtr from libxml2; we just hold an opaque pointer
 // that is freed in impl Drop for XmlState
 type XmlEntityPtr = *mut libc::c_void;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]