From 19bf289a9fc62a516bb9b4c3f09b5536cb8421a9 Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Sun, 2 May 2021 22:19:13 +0200 Subject: [PATCH] * Removed unused code. * Fixed copyright year. --- ffpreview.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ffpreview.py b/ffpreview.py index 69bd903..772ee30 100755 --- a/ffpreview.py +++ b/ffpreview.py @@ -7,7 +7,7 @@ Copyright 2021 Urban Wallasch BSD 3-Clause License -Copyright (c) 2018, Urban Wallasch +Copyright (c) 2021, Urban Wallasch All rights reserved. Redistribution and use in source and binary forms, with or without @@ -292,8 +292,6 @@ def s2hms(ts): return res def click_thumb(event): - num = event.widget.grid_info()["row"] * cfg.grid_columns \ - + event.widget.grid_info()["column"] + 1 cmd = 'mpv --start=' + event.widget.cget("text") + ' --pause "' + cfg.vid + '"' Popen(cmd, shell=True) -- 2.30.2