Skip to content

Commit 7b3dd03

Browse files
authored
Remove unused exported struct ShapeColor (#1746)
Signed-off-by: cui fliter <[email protected]>
1 parent 866f308 commit 7b3dd03

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

xmlDrawing.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -443,13 +443,6 @@ type Shape struct {
443443
Paragraph []RichTextRun
444444
}
445445

446-
// ShapeColor directly maps the color settings of the shape.
447-
type ShapeColor struct {
448-
Line string
449-
Fill string
450-
Effect string
451-
}
452-
453446
// ShapeLine directly maps the line settings of the shape.
454447
type ShapeLine struct {
455448
Color string

0 commit comments

Comments
 (0)