Kaydet (Commit) d8dbe584 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Kill empty ImpDeInitWinTools() and the header with only its definition

Change-Id: Ica82a4612da952c0c084974b708ef9dac753dcf6
üst db8786e3
...@@ -99,11 +99,6 @@ $(eval $(call gb_Library_use_externals,tl,\ ...@@ -99,11 +99,6 @@ $(eval $(call gb_Library_use_externals,tl,\
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
$(eval $(call gb_Library_set_include,tl,\
-I$(SRCDIR)/tools/win/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Library_use_system_win32_libs,tl,\ $(eval $(call gb_Library_use_system_win32_libs,tl,\
mpr \ mpr \
ole32 \ ole32 \
......
...@@ -21,10 +21,6 @@ ...@@ -21,10 +21,6 @@
#include <string.h> #include <string.h>
#include <tools/debug.hxx> #include <tools/debug.hxx>
#if defined WNT
#include <dll.hxx>
#endif
void InitTools() void InitTools()
{ {
DBG_DEBUGSTART(); DBG_DEBUGSTART();
...@@ -38,10 +34,6 @@ void DeInitTools() ...@@ -38,10 +34,6 @@ void DeInitTools()
void GlobalDeInitTools() void GlobalDeInitTools()
{ {
DBG_GLOBALDEBUGEND(); DBG_GLOBALDEBUGEND();
#if defined WNT
ImpDeInitWinTools();
#endif
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* -*- 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 .
*/
#ifndef _DLL_HXX
#define _DLL_HXX
// Um Resourcen wieder freizugeben
inline void ImpDeInitWinTools() {}
#endif /* _DLL_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment