From 7b3dd03947bd5d4702f822b3611a09b506fb257b Mon Sep 17 00:00:00 2001 From: cui fliter Date: Sat, 9 Dec 2023 12:08:29 +0800 Subject: [PATCH] Remove unused exported struct ShapeColor (#1746) Signed-off-by: cui fliter --- xmlDrawing.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/xmlDrawing.go b/xmlDrawing.go index 26a8e2f..5770ac8 100644 --- a/xmlDrawing.go +++ b/xmlDrawing.go @@ -443,13 +443,6 @@ type Shape struct { Paragraph []RichTextRun } -// ShapeColor directly maps the color settings of the shape. -type ShapeColor struct { - Line string - Fill string - Effect string -} - // ShapeLine directly maps the line settings of the shape. type ShapeLine struct { Color string