mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Remove unnecessary lines
This commit is contained in:
parent
59506b89cc
commit
7b342a2759
1 changed files with 0 additions and 3 deletions
|
@ -23,7 +23,6 @@ from manimlib.scene.scene import Scene
|
|||
from manimlib.utils.tex_file_writing import LatexError
|
||||
from manimlib.utils.family_ops import extract_mobject_family_members
|
||||
from manimlib.utils.space_ops import get_norm
|
||||
from manimlib.logger import log
|
||||
|
||||
|
||||
SELECT_KEY = 's'
|
||||
|
@ -320,8 +319,6 @@ class InteractiveScene(Scene):
|
|||
self.paste_selection()
|
||||
# Command + x -> Cut
|
||||
elif char == "x" and modifiers == COMMAND_MODIFIER:
|
||||
# TODO, this copy won't work, because once the objects are removed,
|
||||
# they're not searched for in the pasting.
|
||||
self.copy_selection()
|
||||
self.delete_selection()
|
||||
# Delete
|
||||
|
|
Loading…
Add table
Reference in a new issue