diff options
author | Joakim Verona <joakim@verona.se> | 2011-07-12 02:34:15 +0200 |
---|---|---|
committer | Joakim Verona <joakim@verona.se> | 2011-07-12 02:34:15 +0200 |
commit | 26b79791a30bbf4702d669d60e99ce09f2cf75b0 (patch) | |
tree | 396c503f41c4487fd518c566931b585b425ecd02 /src/xwidget.h | |
parent | 57b7a4c05659911dd596be0791c40b8eb8158611 (diff) | |
download | emacs-26b79791a30bbf4702d669d60e99ce09f2cf75b0.tar.gz emacs-26b79791a30bbf4702d669d60e99ce09f2cf75b0.tar.bz2 emacs-26b79791a30bbf4702d669d60e99ce09f2cf75b0.zip |
more configure support and cleanups. the gtk2 webkit support removed because offscreen rendering is too quirky there
Diffstat (limited to 'src/xwidget.h')
-rw-r--r-- | src/xwidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xwidget.h b/src/xwidget.h index 732dac5e7c2..b906b71c10b 100644 --- a/src/xwidget.h +++ b/src/xwidget.h @@ -76,7 +76,6 @@ extern int xwidget_owns_kbd; void xwidget_start_redisplay(); void xwidget_end_redisplay(struct glyph_matrix* matrix); -void xwidget_modify_region(); void xwidget_touch (struct xwidget_view *xw); |