mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Cleanup
Remove unused methods
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import logging
|
||||
import pygame
|
||||
|
||||
import RPi.GPIO as GPIO
|
||||
import pygame
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
@@ -92,8 +92,3 @@ def enter(channel):
|
||||
dict['key'] = pygame.K_RETURN
|
||||
event = pygame.event.Event(type, dict)
|
||||
pygame.event.post(event)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user