BScrollbar: remove unused field.
* Nothing ever reads fTargetName in the scrollbar code, so remove the field. * Frees one reserved slot, and a little memory, as the target name was copied with strdup.
This commit is contained in:
@@ -133,11 +133,10 @@ private:
|
||||
float fProportion;
|
||||
BView* fTarget;
|
||||
orientation fOrientation;
|
||||
char* fTargetName;
|
||||
|
||||
Private* fPrivateData;
|
||||
|
||||
uint32 _reserved[3];
|
||||
uint32 _reserved[4];
|
||||
};
|
||||
|
||||
#endif // _SCROLL_BAR_H
|
||||
|
||||
Reference in New Issue
Block a user