summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-01-06 17:02:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2023-01-06 17:02:03 -0500
commit44aa6a891a7e5d06078d394296d0b7179c614882 (patch)
tree3aeea88553f0b15f3eacbde6379e408550fbee67
parent7a30a21405e5e93c3de7c49d5cb4e1c5d99d6285 (diff)
downloadgtk+-44aa6a891a7e5d06078d394296d0b7179c614882.tar.gz
Drop gdkpopup-wayland-private.h
It is empty now.
-rw-r--r--gdk/wayland/gdkpopup-wayland-private.h18
-rw-r--r--gdk/wayland/gdkpopup-wayland.c1
-rw-r--r--gdk/wayland/gdksurface-wayland.c1
3 files changed, 0 insertions, 20 deletions
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 <http://www.gnu.org/licenses/>.
- */
-
-#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 <unistd.h>
#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: