From a562552838685c530b4206379241eca7c2cbb5f8 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Mon, 1 Feb 2021 17:36:49 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20dublicates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/applbuild/constants.py | 1 - builder/applbuild/symlinks.py | 9 ++++++--- svg/static/circle.svg | 21 --------------------- 3 files changed, 6 insertions(+), 25 deletions(-) delete mode 100644 svg/static/circle.svg 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