From 630be8274013c5eef5f19e19a14bc6d759aada5a Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Sun, 26 May 2019 16:11:07 +0100 Subject: Rm unused code now Gtk+ >= 3.22 dependency is set --- src/ui/dialog/input.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/ui/dialog/input.cpp') diff --git a/src/ui/dialog/input.cpp b/src/ui/dialog/input.cpp index 654044fee..29cb57286 100644 --- a/src/ui/dialog/input.cpp +++ b/src/ui/dialog/input.cpp @@ -608,15 +608,8 @@ InputDialogImpl::InputDialogImpl() : testThumb.set(getPix(PIX_TABLET)); testThumb.set_margin_top(24); testThumb.set_margin_bottom(24); - -#if GTK_CHECK_VERSION(3,12,0) testThumb.set_margin_start(24); testThumb.set_margin_end(24); -#else - testThumb.set_margin_left(24); - testThumb.set_margin_right(24); -#endif - testThumb.set_hexpand(); testThumb.set_vexpand(); imageTable.attach(testThumb, 0, 0, 8, 1); -- cgit v1.2.3