From a71b454eabb18c3aeb672e0b57650aadbb7c40a0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Sep 2017 16:49:51 +0200 Subject: remove unused dummytypes.cxx after commit 0c1532c62bc489e5e811a641919492316bcbe8e3 "removed unused type for avmedia dummytypes" Change-Id: I6148bdc60d3b681bc4ab8f3775e0b55e0a92d67d Reviewed-on: https://gerrit.libreoffice.org/42010 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/Library_sfx.mk | 1 - sfx2/source/bastyp/dummytypes.cxx | 16 ---------------- 2 files changed, 17 deletions(-) delete mode 100644 sfx2/source/bastyp/dummytypes.cxx diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index c0913939f31e..0d9dc14113c3 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -122,7 +122,6 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/appl/workwin \ sfx2/source/appl/xpackcreator \ sfx2/source/bastyp/bitset \ - sfx2/source/bastyp/dummytypes \ sfx2/source/bastyp/fltfnc \ sfx2/source/bastyp/fltlst \ sfx2/source/bastyp/frmhtml \ diff --git a/sfx2/source/bastyp/dummytypes.cxx b/sfx2/source/bastyp/dummytypes.cxx deleted file mode 100644 index 183a0ab4d811..000000000000 --- a/sfx2/source/bastyp/dummytypes.cxx +++ /dev/null @@ -1,16 +0,0 @@ -// -*- Mode: ObjC; 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/. - -#include - -#include - -#if !HAVE_FEATURE_AVMEDIA -#endif - -// vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit