diff --git a/builder/applbuild/constants.py b/builder/applbuild/constants.py index 32210b8..ecc9d31 100644 --- a/builder/applbuild/constants.py +++ b/builder/applbuild/constants.py @@ -41,7 +41,6 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { "bottom_right_corner.png": {"xhot": 100, "yhot": 100}, "bottom_tee.png": {"xhot": 141, "yhot": 99}, "center_ptr.png": {"xhot": 61, "yhot": 100}, - "circle.png": {"xhot": 47, "yhot": 39}, "crossed_circle.png": {"xhot": 47, "yhot": 39}, "dnd_no_drop.png": {"xhot": 47, "yhot": 39}, "context-menu.png": {"xhot": 61, "yhot": 58}, diff --git a/builder/applbuild/symlinks.py b/builder/applbuild/symlinks.py index bed9d9c..718f0a3 100644 --- a/builder/applbuild/symlinks.py +++ b/builder/applbuild/symlinks.py @@ -23,7 +23,6 @@ def add_missing_xcursor(directory: LikePath) -> None: "src": "bottom_right_corner", "links": ["top_left_corner", "se-resize", "bd_double_arrow"], }, - {"src": "circle", "links": ["not-allowed", "forbidden"]}, { "src": "copy", "links": [ @@ -36,7 +35,12 @@ def add_missing_xcursor(directory: LikePath) -> None: {"src": "cross", "links": ["cross_reverse", "diamond_cross", "tcross"]}, { "src": "crossed_circle", - "links": ["03b6e0fcb3499374a867c041f52298f0", "not-allowed"], + "links": [ + "03b6e0fcb3499374a867c041f52298f0", + "not-allowed", + "forbidden", + "circle", + ], }, {"src": "dnd_no_drop", "links": ["no-drop"]}, {"src": "dotbox", "links": ["dot_box_mask", "draped_box", "icon", "target"]}, @@ -61,7 +65,6 @@ def add_missing_xcursor(directory: LikePath) -> None: "alias", "dnd_link", "dnd-link", - "dnd_link", ], }, { diff --git a/svg/static/circle.svg b/svg/static/circle.svg deleted file mode 100644 index 903dc11..0000000 --- a/svg/static/circle.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file