浏览代码

removed empty I file

Darren Ranalli 24 年之前
父节点
当前提交
7779d265cb
共有 3 个文件被更改,包括 2 次插入21 次删除
  1. 2 2
      panda/src/parametrics/Sources.pp
  2. 0 17
      panda/src/parametrics/nurbsPPCurve.I
  3. 0 2
      panda/src/parametrics/nurbsPPCurve.h

+ 2 - 2
panda/src/parametrics/Sources.pp

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

+ 0 - 17
panda/src/parametrics/nurbsPPCurve.I

@@ -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
-// [email protected] .
-//
-////////////////////////////////////////////////////////////////////

+ 0 - 2
panda/src/parametrics/nurbsPPCurve.h

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