Skip to content

Commit 58bdfcd

Browse files
committed
Remove arcade.camera.*Data from arcade.__all__ per Discord discussion
1 parent ee9ccf4 commit 58bdfcd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arcade/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ def configure_logging(level: Optional[int] = None):
140140
from .draw_commands import get_image
141141
from .draw_commands import get_pixel
142142

143-
from .camera import CameraData
144-
from .camera import OrthographicProjectionData
145143
from .camera import Camera2D
146144

147145
# We don't have joysticks game controllers in headless mode
@@ -246,7 +244,6 @@ def configure_logging(level: Optional[int] = None):
246244
'TextureAnimation',
247245
'TextureKeyframe',
248246
'ArcadeContext',
249-
'CameraData',
250247
'Camera2D',
251248
'ControllerManager',
252249
'FACE_DOWN',
@@ -354,7 +351,6 @@ def configure_logging(level: Optional[int] = None):
354351
'make_soft_circle_texture',
355352
'make_soft_square_texture',
356353
'open_window',
357-
'OrthographicProjectionData',
358354
'print_timings',
359355
'play_sound',
360356
'read_tmx',

0 commit comments

Comments
 (0)