Remove unused exported struct ShapeColor (#1746)
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
866f3086cd
commit
7b3dd03947
|
@ -443,13 +443,6 @@ type Shape struct {
|
||||||
Paragraph []RichTextRun
|
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.
|
// ShapeLine directly maps the line settings of the shape.
|
||||||
type ShapeLine struct {
|
type ShapeLine struct {
|
||||||
Color string
|
Color string
|
||||||
|
|
Loading…
Reference in New Issue