From 980e41f4a109ce871a786062433464649edccc61 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 16 May 2005 18:55:24 +0000 Subject: [PATCH] remove dead code --- panda/src/ps2display/Sources.pp | 15 --------------- panda/src/ps2display/config_ps2display.cxx | 17 ----------------- panda/src/ps2display/ps2GraphicsPipe.cxx | 17 ----------------- panda/src/ps2display/ps2GraphicsWindow.cxx | 17 ----------------- panda/src/ps2gsg/Sources.pp | 19 ------------------- panda/src/ps2gsg/config_ps2gsg.cxx | 17 ----------------- panda/src/ps2gsg/ps2GraphicsStateGuardian.cxx | 17 ----------------- panda/src/ps2gsg/ps2SavedFrameBuffer.cxx | 17 ----------------- panda/src/ps2gsg/ps2TextureContext.cxx | 17 ----------------- 9 files changed, 153 deletions(-) delete mode 100644 panda/src/ps2display/Sources.pp delete mode 100644 panda/src/ps2display/config_ps2display.cxx delete mode 100644 panda/src/ps2display/ps2GraphicsPipe.cxx delete mode 100644 panda/src/ps2display/ps2GraphicsWindow.cxx delete mode 100644 panda/src/ps2gsg/Sources.pp delete mode 100644 panda/src/ps2gsg/config_ps2gsg.cxx delete mode 100644 panda/src/ps2gsg/ps2GraphicsStateGuardian.cxx delete mode 100644 panda/src/ps2gsg/ps2SavedFrameBuffer.cxx delete mode 100644 panda/src/ps2gsg/ps2TextureContext.cxx diff --git a/panda/src/ps2display/Sources.pp b/panda/src/ps2display/Sources.pp deleted file mode 100644 index 55f0b845a4..0000000000 --- a/panda/src/ps2display/Sources.pp +++ /dev/null @@ -1,15 +0,0 @@ -#define BUILD_DIRECTORY $[HAVE_PS2] - -#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \ - dtoolutil:c dtoolbase:c dtool:m - -#begin lib_target - #define TARGET ps2display - - #define SOURCES \ - config_ps2display.cxx ps2GraphicsPipe.cxx ps2GraphicsWindow.cxx - - #define INSTALL_HEADERS \ - -#end lib_target - diff --git a/panda/src/ps2display/config_ps2display.cxx b/panda/src/ps2display/config_ps2display.cxx deleted file mode 100644 index cd9b6cf4f9..0000000000 --- a/panda/src/ps2display/config_ps2display.cxx +++ /dev/null @@ -1,17 +0,0 @@ -// Filename: config_ps2display.cxx -// Created by: charles (01Jun00) -// -//////////////////////////////////////////////////////////////////// -// -// PANDA 3D SOFTWARE -// Copyright (c) 2001 - 2004, 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://etc.cmu.edu/panda3d/docs/license/ . -// -// To contact the maintainers of this program write to -// panda3d-general@lists.sourceforge.net . -// -//////////////////////////////////////////////////////////////////// diff --git a/panda/src/ps2display/ps2GraphicsPipe.cxx b/panda/src/ps2display/ps2GraphicsPipe.cxx deleted file mode 100644 index d58f4f5a71..0000000000 --- a/panda/src/ps2display/ps2GraphicsPipe.cxx +++ /dev/null @@ -1,17 +0,0 @@ -// Filename: ps2GraphicsPipe.cxx -// Created by: charles (01Jun00) -// -//////////////////////////////////////////////////////////////////// -// -// PANDA 3D SOFTWARE -// Copyright (c) 2001 - 2004, 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://etc.cmu.edu/panda3d/docs/license/ . -// -// To contact the maintainers of this program write to -// panda3d-general@lists.sourceforge.net . -// -//////////////////////////////////////////////////////////////////// diff --git a/panda/src/ps2display/ps2GraphicsWindow.cxx b/panda/src/ps2display/ps2GraphicsWindow.cxx deleted file mode 100644 index 3b3eefa6cb..0000000000 --- a/panda/src/ps2display/ps2GraphicsWindow.cxx +++ /dev/null @@ -1,17 +0,0 @@ -// Filename: ps2GraphicsWindow.cxx -// Created by: charles (01Jun00) -// -//////////////////////////////////////////////////////////////////// -// -// PANDA 3D SOFTWARE -// Copyright (c) 2001 - 2004, 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://etc.cmu.edu/panda3d/docs/license/ . -// -// To contact the maintainers of this program write to -// panda3d-general@lists.sourceforge.net . -// -//////////////////////////////////////////////////////////////////// diff --git a/panda/src/ps2gsg/Sources.pp b/panda/src/ps2gsg/Sources.pp deleted file mode 100644 index 45901ed825..0000000000 --- a/panda/src/ps2gsg/Sources.pp +++ /dev/null @@ -1,19 +0,0 @@ -#define BUILD_DIRECTORY $[HAVE_PS2] - -#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \ - dtoolutil:c dtoolbase:c dtool:m - -#begin lib_target - #define TARGET ps2gsg - #define LOCAL_LIBS \ - gsgmisc gsgbase gobj display \ - putil linmath mathutil pnmimage - - #define SOURCES \ - config_ps2gsg.cxx ps2GraphicsStateGuardian.cxx \ - ps2SavedFrameBuffer.cxx ps2TextureContext.cxx - - #define INSTALL_HEADERS \ - -#end lib_target - diff --git a/panda/src/ps2gsg/config_ps2gsg.cxx b/panda/src/ps2gsg/config_ps2gsg.cxx deleted file mode 100644 index dd5d833ba5..0000000000 --- a/panda/src/ps2gsg/config_ps2gsg.cxx +++ /dev/null @@ -1,17 +0,0 @@ -// Filename: config_ps2gsg.cxx -// Created by: charles (01Jun00) -// -//////////////////////////////////////////////////////////////////// -// -// PANDA 3D SOFTWARE -// Copyright (c) 2001 - 2004, 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://etc.cmu.edu/panda3d/docs/license/ . -// -// To contact the maintainers of this program write to -// panda3d-general@lists.sourceforge.net . -// -//////////////////////////////////////////////////////////////////// diff --git a/panda/src/ps2gsg/ps2GraphicsStateGuardian.cxx b/panda/src/ps2gsg/ps2GraphicsStateGuardian.cxx deleted file mode 100644 index a6cf5664b3..0000000000 --- a/panda/src/ps2gsg/ps2GraphicsStateGuardian.cxx +++ /dev/null @@ -1,17 +0,0 @@ -// Filename: ps2GraphicsStateGuardian.cxx -// Created by: charles (01Jun00) -// -//////////////////////////////////////////////////////////////////// -// -// PANDA 3D SOFTWARE -// Copyright (c) 2001 - 2004, 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://etc.cmu.edu/panda3d/docs/license/ . -// -// To contact the maintainers of this program write to -// panda3d-general@lists.sourceforge.net . -// -//////////////////////////////////////////////////////////////////// diff --git a/panda/src/ps2gsg/ps2SavedFrameBuffer.cxx b/panda/src/ps2gsg/ps2SavedFrameBuffer.cxx deleted file mode 100644 index 442170f60e..0000000000 --- a/panda/src/ps2gsg/ps2SavedFrameBuffer.cxx +++ /dev/null @@ -1,17 +0,0 @@ -// Filename: ps2SavedFrameBuffer.cxx -// Created by: charles (01Jun00) -// -//////////////////////////////////////////////////////////////////// -// -// PANDA 3D SOFTWARE -// Copyright (c) 2001 - 2004, 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://etc.cmu.edu/panda3d/docs/license/ . -// -// To contact the maintainers of this program write to -// panda3d-general@lists.sourceforge.net . -// -//////////////////////////////////////////////////////////////////// diff --git a/panda/src/ps2gsg/ps2TextureContext.cxx b/panda/src/ps2gsg/ps2TextureContext.cxx deleted file mode 100644 index 4bf13fc1ea..0000000000 --- a/panda/src/ps2gsg/ps2TextureContext.cxx +++ /dev/null @@ -1,17 +0,0 @@ -// Filename: ps2TextureContext.cxx -// Created by: charles (01Jun00) -// -//////////////////////////////////////////////////////////////////// -// -// PANDA 3D SOFTWARE -// Copyright (c) 2001 - 2004, 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://etc.cmu.edu/panda3d/docs/license/ . -// -// To contact the maintainers of this program write to -// panda3d-general@lists.sourceforge.net . -// -////////////////////////////////////////////////////////////////////