summaryrefslogtreecommitdiffhomepage
path: root/Stars45/FontMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/FontMgr.cpp')
-rw-r--r--Stars45/FontMgr.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Stars45/FontMgr.cpp b/Stars45/FontMgr.cpp
index 2f9c464..2e1529a 100644
--- a/Stars45/FontMgr.cpp
+++ b/Stars45/FontMgr.cpp
@@ -11,7 +11,6 @@
Font Resource Manager class implementation
*/
-#include "MemDebug.h"
#include "FontMgr.h"
// +--------------------------------------------------------------------+
@@ -31,7 +30,7 @@ FontMgr::Close()
void
FontMgr::Register(const char* name, Font* font)
{
- FontItem* item = new(__FILE__,__LINE__) FontItem;
+ FontItem* item = new FontItem;
if (item) {
item->name = name;