version update
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / descratch / descratch.C
index b48c4d0e17badfbbd8683703557cdf043461fe9d..11a8c6b8add42aaf7deee572bc24f9badff32354 100644 (file)
@@ -7,7 +7,7 @@ bag@hotmail.ru  http://avisynth.org.ru
 This program is FREE software under GPL licence v2.
 
 This plugin removes vertical scratches from digitized films.
-Reworked for cin5 by GG. 03/2018, from the laws of Fizick's
+Reworked for cin5 by William Morrow. 03/2018, from the laws of Fizick's
 Adapted strategy to mark, test, draw during port.
 */
 
@@ -486,7 +486,7 @@ DeScratchWindow::~DeScratchWindow()
 void DeScratchWindow::create_objects()
 {
        int xs10 = xS(10), xs15 = xS(15), xs16 = xS(16);
-       int ys10 = yS(10), ys15 = yS(15), ys30 = yS(30);
+       int ys10 = yS(10), ys15 = yS(15);
        int x = xs10, y = ys10;
        plugin->load_configuration();
        DeScratchConfig &config = plugin->config;