Remove _base_init and base_finalize functions from psppire-selector
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 13 Nov 2012 18:00:38 +0000 (19:00 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 13 Nov 2012 18:00:38 +0000 (19:00 +0100)
commit98c252946e2acf9f3e34a02c80ce82bb3a931fc4
treec0896eb4ac5cb399fb922fac7489c20b8829a2ce
parent3cd65292e3cc6bd6532214dcc8c8ddc65bdc2972
Remove _base_init and base_finalize functions from psppire-selector

Gtk+ documentation recommends these are avoided in modern code.
They differ only from class_init in the case where the class has subclasses,
which PsppireSelector does not.
src/ui/gui/psppire-selector.c