Skip to content

Commit 583c35a

Browse files
committed
classes.timeline: Remove unused settings ref
1 parent 5b81086 commit 583c35a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/classes/timeline.py

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def __init__(self, window):
4040
self.app = get_app()
4141
self.window = window
4242
project = self.app.project
43-
s = self.app.get_settings()
4443

4544
# Get some settings from the project
4645
fps = project.get("fps")

0 commit comments

Comments
 (0)