[interfacekit] Old pictures

As maybe some of you know, the internal picture format was changed one time.
I spent quite some time researching it, and I think there are two
differences:

*embedded pictures where really embedded into the data, now they are not.
*some commands changed

As far as I know, the change happened in R3:

http://www.bebox.nu/bebooks/BeBookR3/rel_notes/R3RelNotes.html "The picture
format has changed but is currently private."

The old format is only used for the following private funcions:

/**Deprecated API**/
                BPicture(const void *data, int32 size);
const void      *Data() const;
int32           DataSize() const;

all other functions, including the app_server only use the new format.

Since it's highly unlikely we need to support this "feature", I would like
to ask if I can drop support for this format. It would mean a lot less code.

Marc Flerackers (mflerackers@xxxxxxxxxx)
Software Engineer


Other related posts: