Skip to content

Commit fd18197

Browse files
committed
Revert "Improve textwriter"
This reverts commit bd34bf7.
1 parent bd34bf7 commit fd18197

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

demosys/effects/effect.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,6 @@ def create_projection(self, fov=75.0, near=1.0, far=100.0, ratio=None):
256256
far,
257257
)
258258

259-
# def create_orthogonal_projection(self, left, right, bottom, top, near, far, dtype=None):
260-
# return matrix44.create_orthogonal_projection
261-
262259
def create_transformation(self, rotation=None, translation=None):
263260
"""Convenient transformation method doing rotations and translation"""
264261
mat = None

0 commit comments

Comments
 (0)