summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-06 16:49:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-06 20:19:49 +0200
commita71b454eabb18c3aeb672e0b57650aadbb7c40a0 (patch)
tree600b7b0cc47f4dfdc4cae7090c11a551d4b5bc36
parentad06345e8b5080324d4284fa428afd228bc1f87c (diff)
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 <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--sfx2/Library_sfx.mk1
-rw-r--r--sfx2/source/bastyp/dummytypes.cxx16
2 files changed, 0 insertions, 17 deletions
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 <config_features.h>
-
-#include <avmedia/mediaitem.hxx>
-
-#if !HAVE_FEATURE_AVMEDIA
-#endif
-
-// vim:set shiftwidth=4 softtabstop=4 expandtab: