Skip to content

atkplug, atksocket: Fix -Wredundant-decls

Iain Lane requested to merge wip/no-redundant-decls into master

minor, but I was building with -Werror=redundant-decls and these made the build fail, because the G_DEFINE_TYPE... macros already do this for us.

Merge request reports