summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-04 20:43:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-07 11:41:32 +0000
commit8ab4d2f29fdd2c058db23f6ee7b2200655d4c6f6 (patch)
tree27239b59958edbe97faa9d3d72bc172a0af32d36 /desktop
parent0d44e98d6aa2c390fd9bcdd97290f463b136ddb6 (diff)
drop crashrep unused since start of LibreOffice
Change-Id: I3df1216054c133314b2317849744a0a37e9fbc8f Reviewed-on: https://gerrit.libreoffice.org/13733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Executable_crashrep_com.mk26
-rw-r--r--desktop/Module_desktop.mk6
-rw-r--r--desktop/win32/source/guistdio/guistdio.cxx23
3 files changed, 0 insertions, 55 deletions
diff --git a/desktop/Executable_crashrep_com.mk b/desktop/Executable_crashrep_com.mk
deleted file mode 100644
index 15d69bf04adf..000000000000
--- a/desktop/Executable_crashrep_com.mk
+++ /dev/null
@@ -1,26 +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_Executable_Executable,crashrep_com))
-
-$(eval $(call gb_Executable_set_targettype_gui,crashrep_com,NO))
-
-$(eval $(call gb_Executable_add_defs,crashrep_com,\
- $(LFS_CFLAGS) \
-))
-
-$(eval $(call gb_Executable_use_libraries,crashrep_com,\
- $(gb_UWINAPI) \
-))
-
-$(eval $(call gb_Executable_add_exception_objects,crashrep_com,\
- desktop/win32/source/guistdio/guistdio \
-))
-
-# vim: set ts=4 sw=4 et:
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index 4d6f5e82d79a..fd9d443ea92a 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -62,12 +62,6 @@ endif
ifeq ($(OS),WNT)
-ifneq ($(ENABLE_CRASHDUMP),)
-$(eval $(call gb_Module_add_targets,desktop,\
- Executable_crashrep_com \
-))
-endif
-
$(eval $(call gb_Module_add_targets,desktop,\
StaticLibrary_winloader \
StaticLibrary_winlauncher \
diff --git a/desktop/win32/source/guistdio/guistdio.cxx b/desktop/win32/source/guistdio/guistdio.cxx
deleted file mode 100644
index e872ac52d735..000000000000
--- a/desktop/win32/source/guistdio/guistdio.cxx
+++ /dev/null
@@ -1,23 +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/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-
-#include "guistdio.inc"
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */