ソースを参照

Tests: Limited the number of table icons in the iconset test.

Aleksander Nowodzinski 7 年 前
コミット
1f41612fc8
1 ファイル変更1 行追加3 行削除
  1. 1 3
      packages/ckeditor5-theme-lark/tests/manual/iconset.js

+ 1 - 3
packages/ckeditor5-theme-lark/tests/manual/iconset.js

@@ -47,8 +47,6 @@ import table from '@ckeditor/ckeditor5-table/theme/icons/table.svg';
 import tableRow from '@ckeditor/ckeditor5-table/theme/icons/table-row.svg';
 import tableColumn from '@ckeditor/ckeditor5-table/theme/icons/table-column.svg';
 import tableMergeCell from '@ckeditor/ckeditor5-table/theme/icons/table-merge-cell.svg';
-import tableSplitCell from '@ckeditor/ckeditor5-table/theme/icons/table-split-cell.svg';
-import tableHeaders from '@ckeditor/ckeditor5-table/theme/icons/table-headers.svg';
 
 import undo from '@ckeditor/ckeditor5-undo/theme/icons/undo.svg';
 import redo from '@ckeditor/ckeditor5-undo/theme/icons/redo.svg';
@@ -78,7 +76,7 @@ const icons = {
 	bulletedList, numberedList,
 
 	// table
-	table, tableRow, tableColumn, tableMergeCell, tableSplitCell, tableHeaders,
+	table, tableRow, tableColumn, tableMergeCell,
 
 	// undo
 	undo, redo