From 78a44ccf646f54dc2a152b84c8280cfbcd441173 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Mon, 27 Feb 2006 08:34:45 +0000
Subject: [PATCH] nomsg

---
 SoftwareGuide/Examples/HelloWorld.tex      | 34 ----------------------
 SoftwareGuide/Examples/MeanImageFilter.tex |  8 -----
 2 files changed, 42 deletions(-)
 delete mode 100644 SoftwareGuide/Examples/HelloWorld.tex
 delete mode 100644 SoftwareGuide/Examples/MeanImageFilter.tex

diff --git a/SoftwareGuide/Examples/HelloWorld.tex b/SoftwareGuide/Examples/HelloWorld.tex
deleted file mode 100644
index f5a9d89242..0000000000
--- a/SoftwareGuide/Examples/HelloWorld.tex
+++ /dev/null
@@ -1,34 +0,0 @@
-% Please do NOT edit this file.
-% It has been automatically generated
-% by a perl script from the original cxx sources
-% in the Insight/Examples directory
-
-% Any changes should be made in the file
-% /ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB/Examples/Installation/HelloWorld.cxx
-
-
-Le code source se trouve dans le fichier\\
-\texttt{Examples/Installation/HelloWorld.cxx}.
-
-
- Cet exemple permet d'afficher sur la sortie standard un petit message de 'Bonjour'
-
-\small
-\begin{verbatim}
-#include "otbBonjour.h"
-#include <iostream>
-#include <iostream>
-#include <string>
-
-int main()
-{
-	otb::Bonjour lBonjour;
-	std::string lString = lBonjour.getMessage();
-	std::cout << "Message : "<<lString<<std::endl;
-	return 0;
-}
-\end{verbatim}
-\normalsize
-
-  Ce code permet d'afficher sur la sortie standard, le message enregistre dans la classe \code{otb::Bonjour}.
-
diff --git a/SoftwareGuide/Examples/MeanImageFilter.tex b/SoftwareGuide/Examples/MeanImageFilter.tex
deleted file mode 100644
index 3e1974290b..0000000000
--- a/SoftwareGuide/Examples/MeanImageFilter.tex
+++ /dev/null
@@ -1,8 +0,0 @@
-#Add a dependency of "CircleMeanOutput.png" on "Circle.png".
-ADD_GENERATED_FIG_DEPS( "CircleMeanOutput.png" "Circle.png" )
-# Cmake macro to invoke: /ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB/Examples/Data/MeanImageFilter  /Circle.png /CircleMeanOutput.png 10 10
-RUN_EXAMPLE( "MeanImageFilter" "CircleMeanOutput.png" "/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB/Examples/StartExamples/MeanImageFilter.cxx"  /Circle.png /CircleMeanOutput.png 10 10 )
-CONVERT_IMG( "Circle.png" "Circle.eps" "" )
-ADD_DEP_TEX_ON_EPS_FIGS( "/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Art/Generated" "Circle.eps" )
-CONVERT_IMG( "CircleMeanOutput.png" "CircleMeanOutput.eps" "" )
-ADD_DEP_TEX_ON_EPS_FIGS( "/ORFEO/thomas/ORFEO-TOOLBOX/otb/OTB-Documents/SoftwareGuide/Art/Generated" "CircleMeanOutput.eps" )
-- 
GitLab