vcglib/wrap
Norbert Wenzel d1c9bd68a0 Remove unused overloads that do not compile
The `ReadHeader()` overloads taking a character pointer (filename) as a
first parameter instead of a `FILE*` directly do not compile, as they
are calling an overload of `ReadHeader(FILE*)` which does not exist.
Clang does not seem to care as these functions are unused when compiling
MeshLab (and therefore also VCGLib) but GCC tries to compile these
(unused) functions and rightly fails.

This commit simply removes the overloads taking a filename (`char*`).
They are in a header, but since they should fail to compile on *any*
platform I guess it is safe to remove these overloads, as I do not
expect them to be used anywhere successfully.
2019-10-27 08:59:57 +01:00
..
bmt Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
dae warning cleanup 2018-03-21 10:45:12 +01:00
gcache fixed version problem 2013-03-19 19:46:24 +00:00
gl Fixed integer overflow occurring in fillChunk() if mesh had a single face with wedge texcoords 2019-04-12 09:38:00 +02:00
glw Commented out again the extension added for managing double uniform 2014-08-23 01:30:40 +00:00
gui corrected rarely used setview in gui.h 2018-04-23 09:35:20 +02:00
igl avoided computing curvature if not needed 2019-05-15 11:53:12 +10:00
io_edgemesh Corrected small bug in the header of SVG 2017-04-05 07:39:39 +02:00
io_tetramesh missing inline and added some constnt 2018-10-23 14:35:50 +02:00
io_trimesh Remove unused overloads that do not compile 2019-10-27 08:59:57 +01:00
math first release version 2005-05-20 12:47:04 +00:00
minpack Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
mt Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00
nanoply Bug fixing 2018-07-12 10:55:53 +02:00
openfbx Cleaned the ofbx.cpp file to make it c++11 2018-09-09 11:35:54 +02:00
opensg Updated many importer to do not use anymore the useless, deprecated, removed, etc etc <uber> 2012-10-25 13:17:47 +00:00
ply added check for save errors 2018-05-09 14:06:32 +02:00
qt Updated RasterizedOutline2Packer 2019-01-31 14:28:24 +01:00
system Improved help reporting in getopt. 2017-05-29 13:51:50 +02:00
tsai Rolled back 2011-10-05 15:04:40 +00:00
callback.h Added a missing inline to avoid linking errors... 2017-07-28 00:37:44 +02:00
utils.h Huge copyright sanitization of the header files of vcg folder. 2016-06-13 05:29:25 +00:00