diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-30 14:10:49 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-30 17:49:07 +0200 |
commit | 7f2460b4b4f621ced1ad81e1beb0bf519ee67fe9 (patch) | |
tree | 75f8b1a73ba531e3d69d3279551d17ccfe4eb7b7 /desktop | |
parent | 8e31b9005257b8499b75d09004d30e0e8e123684 (diff) |
shell.zip is unused
Change-Id: Id8e7980a97d8c0828b14c59e2e382b0efc51c9f5
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Zip_shell.mk | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/desktop/Zip_shell.mk b/desktop/Zip_shell.mk deleted file mode 100644 index 9a086b3eebda..000000000000 --- a/desktop/Zip_shell.mk +++ /dev/null @@ -1,21 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -# 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/. -# - -$(eval $(call gb_Zip_Zip,shell,$(SRCDIR)/icon-themes/galaxy/brand/shell)) - -$(eval $(call gb_Zip_add_files,shell,\ - about.svg \ - backing_left.png \ - backing_right.png \ - backing_space.png \ - backing_rtl_left.png \ - backing_rtl_right.png \ -)) - -# vim: set ts=4 sw=4 et: |