diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-13 21:06:58 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-14 07:50:01 +0100 |
commit | b0d0b80d8e5428393b7e5185582fed78ed1b2bbe (patch) | |
tree | ad32ccb97904804b12c03bbe33145b075e0d515c /vcl/inc/android | |
parent | 45dee329c30f5548b0ba57cc1457c73f2fc870a3 (diff) |
iOS+Android remove empty header
Change-Id: Ib7cb14872f74ef5ab5adeb332fb791b7c98fc63f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128400
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/inc/android')
-rw-r--r-- | vcl/inc/android/svsys.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vcl/inc/android/svsys.h b/vcl/inc/android/svsys.h deleted file mode 100644 index 6939e5066f93..000000000000 --- a/vcl/inc/android/svsys.h +++ /dev/null @@ -1,17 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -#ifndef INCLUDED_VCL_INC_ANDROID_SVSYS_H -#define INCLUDED_VCL_INC_ANDROID_SVSYS_H - -// ? - -#endif // INCLUDED_VCL_INC_ANDROID_SVSYS_H - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |