]> Pileus Git - ~andy/gtk/commit
gtkbin: Remove the silliest code on earth
authorJasper St. Pierre <jstpierre@mecheye.net>
Fri, 9 Nov 2012 00:13:52 +0000 (19:13 -0500)
committerJasper St. Pierre <jstpierre@mecheye.net>
Fri, 9 Nov 2012 00:19:53 +0000 (19:19 -0500)
commitf4438a1ffc6aaab92fb6b751cd16e95c2abaa0e3
tree5fa7c8af8a7d3bf45c1876f3cfaeffc49a2e17b1
parent3563d11fc6f6191cfd6c4cbaa47e554b5c66dfa0
gtkbin: Remove the silliest code on earth

What is this bin doing with all these crazy deltas? Company does:

<Company> that can safely be removed
<Company> in general, code that isn't obvious can either be understood
<Company> with a bit of thinking or it can be removed
<Company> if in doubt, go for the 2nd of those :)

Most GtkBin subclasses override this strange garbage anyway, so it's
not like this code is ever *run*, per se. Just make it proxy directly
to the child, and hope nothing goes wrong.
gtk/gtkbin.c