Skip to content

Commit

Permalink
Remove unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh committed Feb 26, 2024
1 parent f0ea85a commit 3d93bd6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions joystick_diagrams/input/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ def add_device(self, guid: str, name: str) -> Device_:
def get_devices(self) -> dict[str, Device_] | None:
return self.devices

def get_all_device_guids(self) -> set[str]:
"""Returns a unique set of device GUIDs used for the specific profile"""
return {x for x in self.devices.keys()}

def get_device(self, guid: str) -> Device_ | None:
return self.devices.get(guid)

Expand Down

0 comments on commit 3d93bd6

Please sign in to comment.