[lasem/lasem-0-4] svg_style: remove unused code
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem/lasem-0-4] svg_style: remove unused code
- Date: Sun, 18 Jan 2015 19:17:26 +0000 (UTC)
commit 23bb83255ceeaf193dac6ee3f3928ed1af666827
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Tue May 13 21:46:27 2014 +0200
svg_style: remove unused code
src/lsmsvgstyle.c | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/src/lsmsvgstyle.c b/src/lsmsvgstyle.c
index 6646f82..79611d3 100644
--- a/src/lsmsvgstyle.c
+++ b/src/lsmsvgstyle.c
@@ -544,17 +544,3 @@ lsm_svg_style_new_inherited (const LsmSvgStyle *parent_style, LsmPropertyBag *pr
return style;
}
-
-#if 0 /* Unused code - remove? */
-LsmSvgStyle *
-lsm_svg_style_duplicate (const LsmSvgStyle *origin)
-{
- LsmSvgStyle *style;
-
- style = g_new (LsmSvgStyle, 1);
-
- memcpy (style, origin, sizeof (LsmSvgStyle));
-
- return style;
-}
-#endif /* 0 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]