X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Funix.h;fp=unix%2Funix.h;h=271d3aa4099f3235178f6dd16c93fe12f666d207;hb=49ff9f480e973060c0c7215868fae53db096ce2d;hp=e0e771393e53cfdecf579f5581fadbe9fcd09432;hpb=dc11417aeeec0735071cf98347af6f9616ba6a2e;p=PuTTY.git diff --git a/unix/unix.h b/unix/unix.h index e0e77139..271d3aa4 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -109,7 +109,6 @@ int reallyclose(void *frontend); #ifdef MAY_REFER_TO_GTK_IN_HEADERS int messagebox(GtkWidget *parentwin, const char *title, const char *msg, int minwid, ...); -int string_width(const char *text); #endif /* Things pterm.c needs from {ptermm,uxputty}.c */ @@ -151,13 +150,6 @@ void unix_setup_config_box(struct controlbox *b, int midsession, int protocol); /* gtkcfg.c */ void gtk_setup_config_box(struct controlbox *b, int midsession, void *window); -/* General GTK helper functions, which could be in any source file and - * it doesn't really matter */ -void get_label_text_dimensions(const char *text, int *width, int *height); -#ifdef MAY_REFER_TO_GTK_IN_HEADERS -void align_label_left(GtkLabel *label); -#endif - /* * In the Unix Unicode layer, DEFAULT_CODEPAGE is a special value * which causes mb_to_wc and wc_to_mb to call _libc_ rather than