Skip to content

Commit 8dddc85

Browse files
author
Grégoire Roussel
committed
remove unused attributes
1 parent 445d313 commit 8dddc85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/meshcat/geometry.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ def lower(self, object_data):
216216

217217

218218
class TextTexture(Texture):
219-
def __init__(self, text, font_size=100, font_face='sans-serif',
220-
width=200, height=100, position=[10, 10]):
219+
def __init__(self, text, font_size=100, font_face='sans-serif'):
221220
super(TextTexture, self).__init__()
222221
self.text = text
223222
# font_size will be passed to the JS side as is; however if the

0 commit comments

Comments
 (0)