vbo: simplify vbo_save_NotifyBegin()
authorBrian Paul <brianp@vmware.com>
Thu, 6 Jul 2017 16:53:41 +0000 (10:53 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 7 Jul 2017 18:04:34 +0000 (12:04 -0600)
commit7022e298b064429705a634531999b0a5660490c1
treed6b085228e91919189ae5aecda543353fc6089a2
parent5b8d33acefa9adbf1f0c9ff10f1933a0b3a5c66b
vbo: simplify vbo_save_NotifyBegin()

This function always returned GL_TRUE.  Just make it a void function.
Remove unreachable code following the call to vbo_save_NotifyBegin()
in save_Begin() in dlist.c

There were some stale comments that no longer applied since an earlier
code refactoring.

No Piglit regressions.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/mesa/main/dlist.c
src/mesa/vbo/vbo.h
src/mesa/vbo/vbo_save_api.c