diff options
-rw-r--r-- | src/gtkutil.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index ba506faf356..dee2a930891 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -81,8 +81,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ gtk_font_selection_dialog_set_font_name (x, y) #endif -#define gdk_window_get_geometry(w, a, b, c, d) \ - gdk_window_get_geometry (w, a, b, c, d, 0) #define gtk_box_new(ori, spacing) \ ((ori) == GTK_ORIENTATION_HORIZONTAL \ ? gtk_hbox_new (FALSE, (spacing)) : gtk_vbox_new (FALSE, (spacing))) |