From 9384761ae2a957c1673ef682d9fa1a205eb9ec4c Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 23 Jul 2020 00:28:19 +0200 Subject: Remove ayatana-private.h --- src/Makefile.am | 1 - src/ayatana-private.h | 32 -------------------------------- src/idomenuitemfactory.c | 3 +-- 3 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 src/ayatana-private.h (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 864ab90..b9cf3dd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,6 @@ stamp_files = \ sources_h = \ ayatanamenuitemfactory.h \ - ayatana-private.h \ idoalarmmenuitem.h \ idocalendarmenuitem.h \ idoentrymenuitem.h \ diff --git a/src/ayatana-private.h b/src/ayatana-private.h deleted file mode 100644 index 3cb7e65..0000000 --- a/src/ayatana-private.h +++ /dev/null @@ -1,32 +0,0 @@ -/* -* Copyright 2013 Canonical Ltd. -* -* This program is free software: you can redistribute it and/or modify it -* under the terms of the GNU General Public License version 3, as published -* by the Free Software Foundation. -* -* This program is distributed in the hope that it will be useful, but -* WITHOUT ANY WARRANTY; without even the implied warranties of -* MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR -* PURPOSE. See the GNU 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 . -* -* Authors: -* Lars Uebernickel -*/ - -/* - * Warning: this file is not part of gtk+, but an Ubuntu-specific extension. - * The API provided here is meant to be used only from Unity. - * - * Applications should not use this. - */ - -#ifndef __AYATANA_PRIVATE_H__ -#define __AYATANA_PRIVATE_H__ - -#include "ayatanamenuitemfactory.h" - -#endif diff --git a/src/idomenuitemfactory.c b/src/idomenuitemfactory.c index 8d2334b..a248b42 100644 --- a/src/idomenuitemfactory.c +++ b/src/idomenuitemfactory.c @@ -18,8 +18,7 @@ */ #include -#include "ayatana-private.h" - +#include "ayatanamenuitemfactory.h" #include "idoalarmmenuitem.h" #include "idoappointmentmenuitem.h" #include "idobasicmenuitem.h" -- cgit v1.2.3