Cary Sandvig il y a 25 ans
Parent
commit
c372b2232b

+ 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__ */