]> Creatis software - clitk.git/blobdiff - vv/vvInit.h
removed headers
[clitk.git] / vv / vvInit.h
index 1c3be48b45875c8030c5a17c50686a07dca4af26..9d440589a57e533bc511845f72fd85544afd5cb2 100644 (file)
@@ -1,32 +1,3 @@
-/*=========================================================================
-
- Program:   vv
- Language:  C++
- Author :   Joël Schaerer (joel.schaerer@insa-lyon.fr)
-
-Copyright (C) 2008
-Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr
-CREATIS-LRMN http://www.creatis.insa-lyon.fr
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, version 3 of the License.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-=========================================================================*/
-
 #ifndef vvInit_h
 #define vvInit_h
-//This file is for stuff that must be done to initialize vv, to avoid bloating the main vv.cxx with boilerplate code
-
-// Initialize the factories needed for IO
-void initialize_IO();
-
 #endif