BMessage: remove unimplemented GetPointer from headers and docs
* This was never implemented and no one noticed until now. * A default value for a pointer doesn't make that much sense anyway, so using the FindPointer method is fine.
This commit is contained in:
@@ -446,10 +446,6 @@ public:
|
||||
double defaultValue) const;
|
||||
double GetDouble(const char* name, int32 index,
|
||||
double defaultValue) const;
|
||||
void* GetPointer(const char* name,
|
||||
const void* defaultValue) const;
|
||||
void* GetPointer(const char* name, int32 index,
|
||||
const void* defaultValue) const;
|
||||
const char* GetString(const char* name,
|
||||
const char* defaultValue) const;
|
||||
const char* GetString(const char* name, int32 index,
|
||||
|
||||
Reference in New Issue
Block a user