Cary Sandvig 25 years ago
parent
commit
c372b2232b
3 changed files with 0 additions and 30 deletions
  1. 0 7
      panda/src/gui/guiBaseButton.I
  2. 0 6
      panda/src/gui/guiBaseButton.cxx
  3. 0 17
      panda/src/gui/guiBaseButton.h

+ 0 - 7
panda/src/gui/guiBaseButton.I

@@ -1,7 +0,0 @@
-// Filename: guiBaseButton.I
-// Created by:  cary (26Oct00)
-// 
-////////////////////////////////////////////////////////////////////
-
-INLINE GuiBaseButton::GuiBaseButton(float, float, float, float) {
-}

+ 0 - 6
panda/src/gui/guiBaseButton.cxx

@@ -1,6 +0,0 @@
-// Filename: guiBaseButton.cxx
-// Created by:  cary (26Oct00)
-// 
-////////////////////////////////////////////////////////////////////
-
-#include "guiBaseButton.h"

+ 0 - 17
panda/src/gui/guiBaseButton.h

@@ -1,17 +0,0 @@
-// Filename: guiBaseButton.h
-// Created by:  cary (26Oct00)
-// 
-////////////////////////////////////////////////////////////////////
-
-#ifndef __GUIBASEBUTTON_H__
-#define __GUIBASEBUTTON_H__
-
-class GuiBaseButton : public GuiRegion, public GuiLabel {
-private:
-public:
-  INLINE GuiBaseButton(float, float, float, float);
-};
-
-#include "guiBaseButton.h"
-
-#endif /* __GUIBASEBUTTON_H__ */