change to id based refs for plugins, save plugin on/off in edit drag/drop, fix transi...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / puzzleobj / puzzleobjwindow.C
index 18573fdb5207fecade7a959c7dd3ef0bf4a4c33b..d782995687adbc81e8949218e8bc15c3c6cb4a01 100644 (file)
@@ -41,7 +41,7 @@ PuzzleObjWindow::~PuzzleObjWindow()
 
 void PuzzleObjWindow::create_objects()
 {
-       int xs10 = xS(10), xs50 = xS(50), xs80 = xS(80), xs180 = xS(180);
+       int xs10 = xS(10), xs80 = xS(80), xs180 = xS(180);
        int ys10 = yS(10);
        int x = xs10, y = ys10;
        BC_Title *title = new BC_Title(x, y, _("PuzzleObj"));