removed empty I file

This commit is contained in:
Darren Ranalli 2002-04-04 19:31:52 +00:00
parent 8089e93eb4
commit 7779d265cb
3 changed files with 2 additions and 21 deletions

View File

@ -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

View File

@ -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 .
//
////////////////////////////////////////////////////////////////////

View File

@ -133,6 +133,4 @@ private:
typedef NurbsPPCurve NurbsCurve;
#include "nurbsPPCurve.I"
#endif