X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flayout.h;h=582bc1b0f685297b053ca73e38044aef592d777b;hb=39cf4c8d917dc60c087fb4af6885bfa78f6fba34;hp=7d53470624cf7c7d925ef247fd7f96692babc175;hpb=6549eff66171d53be91ea7ba3f23339812ef6cad;p=libs%2Fgltk.git diff --git a/source/layout.h b/source/layout.h index 7d53470..582bc1b 100644 --- a/source/layout.h +++ b/source/layout.h @@ -147,8 +147,6 @@ public: void update(); protected: - void find_constraint_group(Slot &, ConstraintType, std::set &); - void sort_slots(std::list &, ConstraintType); void solve_constraints(int); };