X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Flayout.h;h=82425fc605e0ee44b9996c5a0ba48f48fbf3ffb7;hb=62660b191284bee3b9bc3eeb126f7632636af535;hp=b6e1446a2c854b92c71006b450e56f5575152c79;hpb=b2c8662dd3e1d14ed817e9e166f1fd223a5b4754;p=apps%2Fmadmutt.git diff --git a/lib-ui/layout.h b/lib-ui/layout.h index b6e1446..82425fc 100644 --- a/lib-ui/layout.h +++ b/lib-ui/layout.h @@ -31,16 +31,4 @@ void mutt_need_hard_redraw(void); void mutt_refresh(void); void mutt_endwin(const char *); -static inline int ui_get_width(WINDOW *w) { - int x, y; - getmaxyx(w, y, x); - return y; -} - -static inline int ui_get_height(WINDOW *w) { - int x, y; - getmaxyx(w, y, x); - return x; -} - #endif