🧹 Remove dublicates

This commit is contained in:
ful1e5 2021-02-01 17:36:49 +05:30
parent 41d2554eef
commit a562552838
3 changed files with 6 additions and 25 deletions

View file

@ -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},

View file

@ -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",
],
},
{