Skip to content

Commit ad64eae

Browse files
committed
Remove some unused constants
1 parent 17bb8a3 commit ad64eae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

adafruit_pycamera/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@
6565
_AW_UP = const(13)
6666
_AW_RIGHT = const(12)
6767
_AW_OK = const(11)
68-
# _SS_ALL_BUTTONS_MASK = const(0b000010000000001011100)
69-
# _SS_DOWN_MASK = const(0x10000)
70-
# _SS_LEFT_MASK = const(0x00004)
71-
# _SS_UP_MASK = const(0x00008)
72-
# _SS_RIGHT_MASK = const(0x00040)
73-
# _SS_CARDDET_MASK = const(0x00010)
7468

7569
_NVM_RESOLUTION = const(1)
7670
_NVM_EFFECT = const(2)

0 commit comments

Comments
 (0)