From 44aa6a891a7e5d06078d394296d0b7179c614882 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 6 Jan 2023 17:02:03 -0500 Subject: [PATCH] Drop gdkpopup-wayland-private.h It is empty now. --- gdk/wayland/gdkpopup-wayland-private.h | 18 ------------------ gdk/wayland/gdkpopup-wayland.c | 1 - gdk/wayland/gdksurface-wayland.c | 1 - 3 files changed, 20 deletions(-) delete mode 100644 gdk/wayland/gdkpopup-wayland-private.h diff --git a/gdk/wayland/gdkpopup-wayland-private.h b/gdk/wayland/gdkpopup-wayland-private.h deleted file mode 100644 index de3310f6db..0000000000 --- a/gdk/wayland/gdkpopup-wayland-private.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright © 2022 Red Hat, Inc. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - */ - -#pragma once diff --git a/gdk/wayland/gdkpopup-wayland.c b/gdk/wayland/gdkpopup-wayland.c index 48480216d2..652cac8ef7 100644 --- a/gdk/wayland/gdkpopup-wayland.c +++ b/gdk/wayland/gdkpopup-wayland.c @@ -46,7 +46,6 @@ #include #include "gdksurface-wayland-private.h" -#include "gdkpopup-wayland-private.h" static void update_popup_layout_state (GdkWaylandPopup *wayland_popup, int x, diff --git a/gdk/wayland/gdksurface-wayland.c b/gdk/wayland/gdksurface-wayland.c index be6df5b36e..62115ab850 100644 --- a/gdk/wayland/gdksurface-wayland.c +++ b/gdk/wayland/gdksurface-wayland.c @@ -47,7 +47,6 @@ #include "gdksurface-wayland-private.h" #include "gdktoplevel-wayland-private.h" -#include "gdkpopup-wayland-private.h" /** * GdkWaylandSurface: -- 2.30.2