mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
screen: remove mks-screen-private.h
It wasn't doing anything for us, so just remove it.
This commit is contained in:
parent
58d99fb8b1
commit
a2525530ec
@ -1,28 +0,0 @@
|
||||
/*
|
||||
* mks-screen-private.h
|
||||
*
|
||||
* Copyright 2023 Christian Hergert <chergert@redhat.com>
|
||||
*
|
||||
* 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.1 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 General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "mks-screen.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
G_END_DECLS
|
@ -33,7 +33,7 @@
|
||||
#include "mks-mouse-private.h"
|
||||
#include "mks-paintable-private.h"
|
||||
#include "mks-screen-attributes-private.h"
|
||||
#include "mks-screen-private.h"
|
||||
#include "mks-screen.h"
|
||||
|
||||
struct _MksScreenClass
|
||||
{
|
||||
|
@ -24,12 +24,12 @@
|
||||
#include "mks-device-private.h"
|
||||
#include "mks-read-only-list-model-private.h"
|
||||
#include "mks-qemu.h"
|
||||
#include "mks-screen-private.h"
|
||||
#include "mks-screen.h"
|
||||
#include "mks-session.h"
|
||||
|
||||
/**
|
||||
* MksSession:
|
||||
*
|
||||
*
|
||||
* Session connected to a QEMU VM
|
||||
*
|
||||
* The `MksSession` represents a connection to a QEMU VM instance. It contains
|
||||
|
Loading…
Reference in New Issue
Block a user