Extract subchild cleanup to a function.

* No functional change intended.
This commit is contained in:
Kacper Kasper
2018-04-20 22:25:57 +02:00
parent d9a9615de8
commit 6c9edbb68c
2 changed files with 20 additions and 36 deletions

View File

@@ -249,6 +249,7 @@
BBitmap* loadImage(const char* name);
static int compare(BListItem **firstArg, BListItem **secondArg);
void CleanupYabTabView(BView* view);
void CleanupSubchildView(BView* view);
BTranslatorRoster *Roster;
char ApplicationDirectory[1024];