Removed unnecessary definition. Added debug macros.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10954 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-01-22 17:44:49 +00:00
parent f89474914e
commit 78b31a7c44
2 changed files with 9 additions and 7 deletions

View File

@ -52,10 +52,10 @@ enum {
B_VERSION_INFO_TYPE = 'APPV',
};
enum {
NOT_IMPLEMENTED = B_ERROR,
};
// debugging
//#define DBG(x) x
#define DBG(x)
#define OUT printf
// constructor
/*! \brief Creates an uninitialized BAppFileInfo object.

View File

@ -18,6 +18,7 @@
#include <Resources.h>
#include <new>
#include <stdio.h>
#include <stdlib.h>
#include "ResourceFile.h"
@ -27,9 +28,10 @@
using namespace BPrivate::Storage;
using namespace std;
enum {
NOT_IMPLEMENTED = B_ERROR,
};
// debugging
//#define DBG(x) x
#define DBG(x)
#define OUT printf
// constructor
/*! \brief Creates an unitialized BResources object.