removed empty I file
This commit is contained in:
parent
8089e93eb4
commit
7779d265cb
|
|
@ -28,7 +28,7 @@
|
|||
piecewiseCurve.cxx
|
||||
|
||||
#define IF_NURBSPP_SOURCES \
|
||||
nurbsPPCurve.cxx nurbsPPCurve.I nurbsPPCurve.h
|
||||
nurbsPPCurve.cxx nurbsPPCurve.h
|
||||
|
||||
#define INSTALL_HEADERS \
|
||||
classicNurbsCurve.I classicNurbsCurve.h \
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
nurbsCurve.h \
|
||||
nurbsCurveDrawer.I nurbsCurveDrawer.h \
|
||||
nurbsCurveInterface.I nurbsCurveInterface.h \
|
||||
nurbsPPCurve.h nurbsPPCurve.I \
|
||||
nurbsPPCurve.h \
|
||||
parametricCurve.h \
|
||||
parametricCurveCollection.I parametricCurveCollection.h \
|
||||
piecewiseCurve.h
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
// Filename: nurbsPPCurve.I
|
||||
// Created by: drose (02Mar01)
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// PANDA 3D SOFTWARE
|
||||
// Copyright (c) 2001, Disney Enterprises, Inc. All rights reserved
|
||||
//
|
||||
// All use of this software is subject to the terms of the Panda 3d
|
||||
// Software license. You should have received a copy of this license
|
||||
// along with this source code; you will also find a current copy of
|
||||
// the license at http://www.panda3d.org/license.txt .
|
||||
//
|
||||
// To contact the maintainers of this program write to
|
||||
// panda3d@yahoogroups.com .
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
@ -133,6 +133,4 @@ private:
|
|||
|
||||
typedef NurbsPPCurve NurbsCurve;
|
||||
|
||||
#include "nurbsPPCurve.I"
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue