diff --git a/VisualStudio/highlight70.reg b/VisualStudio/highlight70.reg index d8cae4c62..18f3b8482 100644 --- a/VisualStudio/highlight70.reg +++ b/VisualStudio/highlight70.reg @@ -56,7 +56,6 @@ Windows Registry Editor Version 5.00 "CustomAttribute"="" "CustomAttributeProvider"="" "DatabasePager"="" -"DataSet"="" "DelaunayTriangulator"="" "Depth"="" "DisplayRequirementsVisitor"="" @@ -329,4 +328,4 @@ Windows Registry Editor Version 5.00 "Exports"="" "Mutex"="" "ScopedLock"="" -"Thread"="" \ No newline at end of file +"Thread"="" diff --git a/VisualStudio/highlight71.reg b/VisualStudio/highlight71.reg index 8d89f3f0a..65f2d5253 100644 --- a/VisualStudio/highlight71.reg +++ b/VisualStudio/highlight71.reg @@ -56,7 +56,6 @@ Windows Registry Editor Version 5.00 "CustomAttribute"="" "CustomAttributeProvider"="" "DatabasePager"="" -"DataSet"="" "DelaunayTriangulator"="" "Depth"="" "DisplayRequirementsVisitor"="" @@ -329,4 +328,4 @@ Windows Registry Editor Version 5.00 "Exports"="" "Mutex"="" "ScopedLock"="" -"Thread"="" \ No newline at end of file +"Thread"="" diff --git a/VisualStudio/highlight80.reg b/VisualStudio/highlight80.reg index 0967ca6a1..956b1e332 100644 --- a/VisualStudio/highlight80.reg +++ b/VisualStudio/highlight80.reg @@ -56,7 +56,6 @@ Windows Registry Editor Version 5.00 "CustomAttribute"="" "CustomAttributeProvider"="" "DatabasePager"="" -"DataSet"="" "DelaunayTriangulator"="" "Depth"="" "DisplayRequirementsVisitor"="" diff --git a/Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch b/Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch index 701dc9494..daf8fb9af 100644 --- a/Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch +++ b/Xcode/XcodeTemplates/OSG Application/osgApp_Prefix.pch @@ -318,7 +318,6 @@ /* osgTerrain is an optional framework. If you're not using it or don't have it installed, * you should comment out this block. */ -#include #include #include #include diff --git a/genwrapper.conf b/genwrapper.conf index 393bb5c7d..4741c4b23 100644 --- a/genwrapper.conf +++ b/genwrapper.conf @@ -69,12 +69,6 @@ configure reflector /osg::(Plane|Quat|(Vec(2|3|4)(f|d|b|ub)))/ comparator "osgIntrospection::PartialOrderComparator" end -# add GDAL includes in DataSet.cpp - -configure file /osgTerrain\/DataSet/ - emit before "#include - " -end # add StateGraph includes in RenderLeaf.cpp