summaryrefslogtreecommitdiffstats
path: root/src/list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.cpp')
-rw-r--r--src/list.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/list.cpp b/src/list.cpp
index e936d84..08b09c0 100644
--- a/src/list.cpp
+++ b/src/list.cpp
@@ -24,7 +24,7 @@
#include <d3d.h>
#include "struct.h"
-#include "D3DEngine.h"
+#include "d3dengine.h"
#include "math3d.h"
#include "event.h"
#include "misc.h"
@@ -46,8 +46,6 @@ CList::CList(CInstanceManager* iMan) : CControl(iMan)
{
int i;
- CControl::CControl(iMan);
-
for ( i=0 ; i<LISTMAXDISPLAY ; i++ )
{
m_button[i] = 0;
@@ -87,8 +85,6 @@ CList::~CList()
delete m_button[i];
}
delete m_scroll;
-
- CControl::~CControl();
}