From b3795a502bfb96d6ba7ae14d13e2a84fe9b5a7ce Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 10 Feb 2016 11:33:41 +0100 Subject: clientapi.h goes Poof! --- common/CMakeLists.txt | 1 - common/clientapi.h | 25 ------------------------- 2 files changed, 26 deletions(-) delete mode 100644 common/clientapi.h (limited to 'common') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 0becad6..fe72605 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -107,7 +107,6 @@ install(FILES store.h notifier.h resourcecontrol.h - clientapi.h domain/applicationdomaintype.h query.h inspection.h diff --git a/common/clientapi.h b/common/clientapi.h deleted file mode 100644 index 8333987..0000000 --- a/common/clientapi.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright (C) 2014 Christian Mollekopf - * - * 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) version 3, or any - * later version accepted by the membership of KDE e.V. (or its - * successor approved by the membership of KDE e.V.), which shall - * act as a proxy defined in Section 6 of version 3 of the license. - * - * 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 - -#include "store.h" -#include "notifier.h" -#include "resourcecontrol.h" -- cgit v1.2.3