vcl/inc/android/svsys.h |   17 -----------------
 vcl/inc/ios/svsys.h     |   17 -----------------
 vcl/inc/svsys.h         |    2 --
 3 files changed, 36 deletions(-)

New commits:
commit b0d0b80d8e5428393b7e5185582fed78ed1b2bbe
Author:     Jan-Marek Glogowski <[email protected]>
AuthorDate: Thu Jan 13 21:06:58 2022 +0100
Commit:     Jan-Marek Glogowski <[email protected]>
CommitDate: Fri Jan 14 07:50:01 2022 +0100

    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 <[email protected]>

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: */
diff --git a/vcl/inc/ios/svsys.h b/vcl/inc/ios/svsys.h
deleted file mode 100644
index dcd14e79f2b3..000000000000
--- a/vcl/inc/ios/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_IOS_SVSYS_H
-#define INCLUDED_VCL_INC_IOS_SVSYS_H
-
-// ?
-
-#endif // INCLUDED_VCL_INC_IOS_SVSYS_H
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/inc/svsys.h b/vcl/inc/svsys.h
index d86985669e80..3277c18cf1a2 100644
--- a/vcl/inc/svsys.h
+++ b/vcl/inc/svsys.h
@@ -27,9 +27,7 @@
 #elif defined MACOSX
 #include "osx/svsys.h"
 #elif defined IOS
-#include "ios/svsys.h"
 #elif defined ANDROID
-#include "android/svsys.h"
 #elif defined HAIKU
 #elif !HAVE_FEATURE_UI
 #else

Reply via email to