[paraview] 08/08: Remove unneded file.

Anton Gladky gladk at moszumanska.debian.org
Wed Apr 6 19:07:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository paraview.

commit 200c2e0bd72905e861e545ec8ab44d1a17ed4c6f
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Apr 6 20:21:54 2016 +0200

    Remove unneded file.
---
 .../SciberQuestToolKit/SciberQuestToolKitWin.h     | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/pv-src-tmp/Plugins/SciberQuestToolKit/SciberQuestToolKitWin.h b/pv-src-tmp/Plugins/SciberQuestToolKit/SciberQuestToolKitWin.h
deleted file mode 100644
index b20519c..0000000
--- a/pv-src-tmp/Plugins/SciberQuestToolKit/SciberQuestToolKitWin.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*=========================================================================
-This source has no copyright.  It is intended to be copied by users
-wishing to create their own VTK classes locally.
-=========================================================================*/
-#ifndef __ at PROJECT_NAME@Configure_h
-#define __ at PROJECT_NAME@Configure_h
-
-// Define @PROJECT_NAME at _SHARED if the library was built shared.
-#if @VTKMANTA_BUILD_SHARED_LIBS_CONFIG@
-# define @PROJECT_NAME at _SHARED
-#endif
-
-#if @BUILD_AGAINST_PARAVIEW@
-# define VTKMANTA_FOR_PARAVIEW
-#endif
-
-// Disable warning caused from static VTK and shared @PROJECT_NAME at .
-#if defined(_MSC_VER) && defined(@PROJECT_NAME at _SHARED)
-# pragma warning (disable: 4275) /* non-DLL-interface base class used */
-#endif
-
-// Setup export/import macro for DLL.  The symbol
-// "@PROJECT_NAME at _EXPORTS" is defined by CMake when building source
-// files for a shared library named "@PROJECT_NAME@".  For these
-// sources we should export if building a shared library.  For other
-// sources we should import if using a shared library.
-#if defined(_WIN32) && defined(@PROJECT_NAME at _SHARED)
-# if defined(@PROJECT_NAME at _EXPORTS)
-#  define VTK_ at PROJECT_NAME@_EXPORT __declspec(dllexport)
-# else
-#  define VTK_ at PROJECT_NAME@_EXPORT __declspec(dllimport)
-# endif
-#else
-# define VTK_ at PROJECT_NAME@_EXPORT
-#endif
-
-#endif // __ at PROJECT_NAME@Configure_h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/paraview.git



More information about the debian-science-commits mailing list