Skip to content

Deprecate exo_noop_*

Yongha Hwang requested to merge MShrimp4/exo:deprecate-exo-noop into master

Issue #61 (closed), MR !57 (merged)

Starting with GTK 2.10, undefined virtual functions are set as NULL instead of an arbitrary function that does nothing. Since then, exo_noop_*() functions are no longer required.

Merge request reports