Skip to content

Commit 0c0b8bf

Browse files
committed
scalepixels: do not init gui_data as it is empty.
1 parent f49f49c commit 0c0b8bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/iop/scalepixels.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ void cleanup_pipe(dt_iop_module_t *self, dt_dev_pixelpipe_t *pipe, dt_dev_pixelp
266266

267267
void gui_init(dt_iop_module_t *self)
268268
{
269-
IOP_GUI_ALLOC(scalepixels);
270-
271269
GtkWidget *w = dt_bauhaus_slider_from_params(self, "pixel_aspect_ratio");
272270
gtk_widget_set_tooltip_text(w, _("adjust pixel aspect ratio"));
273271
}
@@ -277,4 +275,3 @@ void gui_init(dt_iop_module_t *self)
277275
// vim: shiftwidth=2 expandtab tabstop=2 cindent
278276
// kate: tab-indents: off; indent-width 2; replace-tabs on; indent-mode cstyle; remove-trailing-spaces modified;
279277
// clang-format on
280-

0 commit comments

Comments
 (0)