File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,6 @@ def configure_logging(level: Optional[int] = None):
140140from .draw_commands import get_image
141141from .draw_commands import get_pixel
142142
143- from .camera import CameraData
144- from .camera import OrthographicProjectionData
145143from .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' ,
You can’t perform that action at this time.
0 commit comments