[librsvg/librsvg-2.44] Remove unused #[repr(C)]



commit 88284009f817a6a225a1aa538e411d50e0df71c6
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Oct 11 10:23:03 2018 -0500

    Remove unused #[repr(C)]

 rsvg_internals/src/coord_units.rs | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/rsvg_internals/src/coord_units.rs b/rsvg_internals/src/coord_units.rs
index 30513cfa..18a61b24 100644
--- a/rsvg_internals/src/coord_units.rs
+++ b/rsvg_internals/src/coord_units.rs
@@ -6,9 +6,6 @@ use parsers::{Parse, ParseError};
 /// Defines the units to be used for things that can consider a
 /// coordinate system in terms of the current transformation, or in
 /// terms of the current object's bounding box.
-///
-/// Keep in sync with rsvg-private.h:RsvgCoordUnits
-#[repr(C)]
 #[derive(Debug, Copy, Clone, PartialEq, Eq)]
 pub enum CoordUnits {
     UserSpaceOnUse,


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