diff --git a/panda/src/gui/guiBaseButton.I b/panda/src/gui/guiBaseButton.I deleted file mode 100644 index 025f67d7b2..0000000000 --- a/panda/src/gui/guiBaseButton.I +++ /dev/null @@ -1,7 +0,0 @@ -// Filename: guiBaseButton.I -// Created by: cary (26Oct00) -// -//////////////////////////////////////////////////////////////////// - -INLINE GuiBaseButton::GuiBaseButton(float, float, float, float) { -} diff --git a/panda/src/gui/guiBaseButton.cxx b/panda/src/gui/guiBaseButton.cxx deleted file mode 100644 index 97cdd1da8f..0000000000 --- a/panda/src/gui/guiBaseButton.cxx +++ /dev/null @@ -1,6 +0,0 @@ -// Filename: guiBaseButton.cxx -// Created by: cary (26Oct00) -// -//////////////////////////////////////////////////////////////////// - -#include "guiBaseButton.h" diff --git a/panda/src/gui/guiBaseButton.h b/panda/src/gui/guiBaseButton.h deleted file mode 100644 index 874731d9e5..0000000000 --- a/panda/src/gui/guiBaseButton.h +++ /dev/null @@ -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__ */