diff --git a/src/file/table/table-properties/table-float-properties.ts b/src/file/table/table-properties/table-float-properties.ts
index 38595e3e98..1cd5e75df3 100644
--- a/src/file/table/table-properties/table-float-properties.ts
+++ b/src/file/table/table-properties/table-float-properties.ts
@@ -1,4 +1,4 @@
-import { NextAttributeComponent, StringEnumValueElement, XmlAttributeComponent, XmlComponent } from "@file/xml-components";
+import { NextAttributeComponent, StringEnumValueElement, XmlComponent } from "@file/xml-components";
import { PositiveUniversalMeasure, signedTwipsMeasureValue, twipsMeasureValue, UniversalMeasure } from "@util/values";
export enum TableAnchorType {
@@ -139,21 +139,6 @@ export type ITableFloatOptions = {
//
//
-export class TableFloatOptionsAttributes extends XmlAttributeComponent {
- protected readonly xmlKeys = {
- horizontalAnchor: "w:horzAnchor",
- verticalAnchor: "w:vertAnchor",
- absoluteHorizontalPosition: "w:tblpX",
- relativeHorizontalPosition: "w:tblpXSpec",
- absoluteVerticalPosition: "w:tblpY",
- relativeVerticalPosition: "w:tblpYSpec",
- bottomFromText: "w:bottomFromText",
- topFromText: "w:topFromText",
- leftFromText: "w:leftFromText",
- rightFromText: "w:rightFromText",
- };
-}
-
export class TableFloatProperties extends XmlComponent {
public constructor({
horizontalAnchor,