X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_forms.C;h=f4dc0ca1f658c33df52f15841cf49af25a736efa;hb=82fa210ea8d38d51aafb131f10d843e27e056429;hp=3c0ec49ad24572aa20085afc147709f19b4c8930;hpb=d8a6abd63afb7e88a014e2f7acf84069396d52ff;p=lyx.git diff --git a/src/mathed/math_forms.C b/src/mathed/math_forms.C index 3c0ec49ad2..f4dc0ca1f6 100644 --- a/src/mathed/math_forms.C +++ b/src/mathed/math_forms.C @@ -9,7 +9,7 @@ #include #include "math_panel.h" -FD_panel *create_form_panel(void) +FD_panel * create_form_panel(void) { FL_OBJECT *obj; FD_panel *fdui = (FD_panel *) fl_calloc(1, sizeof(FD_panel)); @@ -22,9 +22,7 @@ FD_panel *create_form_panel(void) fdui->func_browse = obj = fl_add_browser(FL_SELECT_BROWSER, 180, 40, 94, 110, _("Functions")); fl_set_object_lalign(obj, FL_ALIGN_TOP); fl_set_object_callback(obj, button_cb, MM_FUNC); -#if FL_REVISION > 85 fl_set_browser_hscrollbar(obj, FL_OFF); -#endif fdui->greek = obj = fl_add_button(FL_NORMAL_BUTTON, 10, 90, 50, 30, _("Greek")); fl_set_object_lsize(obj, FL_NORMAL_SIZE); fl_set_object_lstyle(obj, 15);