summaryrefslogtreecommitdiff
path: root/common/flatpak-transaction-private.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-05-24 14:16:55 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-05-24 12:18:42 +0000
commit9a0a2e0d5072fcc4cea68ec4f91c6191631c33ea (patch)
treefd5dab708d48058ae415347f79f57807b71e3909 /common/flatpak-transaction-private.h
parentefb92704febb03e51cd2f5a14d52cc4c332b7e0c (diff)
downloadflatpak-9a0a2e0d5072fcc4cea68ec4f91c6191631c33ea.tar.gz
Remove files that accidentally got commited
Closes: #1707 Approved by: alexlarsson
Diffstat (limited to 'common/flatpak-transaction-private.h')
-rw-r--r--common/flatpak-transaction-private.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/common/flatpak-transaction-private.h b/common/flatpak-transaction-private.h
deleted file mode 100644
index 66dadbbd..00000000
--- a/common/flatpak-transaction-private.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright © 2018 Red Hat, Inc
- *
- * This program 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 Lesser General Public
- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
- *
- * Authors:
- * Alexander Larsson <alexl@redhat.com>
- */
-
-#ifndef __FLATPAK_TRANSACTION_PRIVATE_H__
-#define __FLATPAK_TRANSACTION_PRIVATE_H__
-
-#include "flatpak-transaction.h"
-
-#include "flatpak-dir-private.h"
-
-FlatpakTransaction *flatpak_transaction_new (FlatpakDir *dir);
-
-#endif /* __FLATPAK_TRANSACTION_PRIVATE_H__ */