Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit f08d953

Browse files
committed
remove redundant
1 parent 5ce1334 commit f08d953

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/camera4kivy/preview_common.py

-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ def configure_viewport(self):
8585

8686
self.view_size = (width_view, height_view)
8787
self.view_pos = [self.pos[0] + pos_x, self.pos[1] + pos_y]
88-
#if self._camera and self._camera_texture:
89-
# width_tex, height_tex = self._camera_texture.size
90-
# self.tscale = self.view_size[1] / height_tex
9188

9289
def decode_orientation(self):
9390
orientation = self.orientation

0 commit comments

Comments
 (0)