Remove some unused cruft from the early days.

These lines were added in 2002...
This commit is contained in:
Augustin Cavalier
2018-12-15 20:26:13 -05:00
parent 707c912e12
commit 9effbd7e00
4 changed files with 0 additions and 18 deletions
-5
View File
@@ -33,11 +33,6 @@
#define OUT printf #define OUT printf
enum {
NOT_IMPLEMENTED = B_ERROR,
};
/*! \brief Creates an unitialized BMessenger. /*! \brief Creates an unitialized BMessenger.
*/ */
BMessenger::BMessenger() BMessenger::BMessenger()
-4
View File
@@ -38,10 +38,6 @@ using BPrivate::gDefaultTokens;
using BPrivate::gLooperList; using BPrivate::gLooperList;
using BPrivate::BLooperList; using BPrivate::BLooperList;
enum {
NOT_IMPLEMENTED = B_ERROR,
};
BMessenger::BMessenger() BMessenger::BMessenger()
: :
-5
View File
@@ -63,11 +63,6 @@ using namespace BPrivate;
#endif #endif
enum {
NOT_IMPLEMENTED = B_ERROR,
};
const BRoster* be_roster; const BRoster* be_roster;
-4
View File
@@ -36,10 +36,6 @@
using namespace BPrivate; using namespace BPrivate;
enum {
NOT_IMPLEMENTED = B_ERROR,
};
// Helper function that contacts the registrar for mime update calls // Helper function that contacts the registrar for mime update calls
status_t status_t