Skip to content
Commit fe982172 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Drop Effect::initConfig()

Effect::initConfig() definition can't be moved to effect.h because
it's going to create a cyclic dependency. On the other hand, the real
benefit of initConfig() is doubtful. It's a shortcut for calling
Config::instance(effects->config()), which is small amount of code.
parent 8566cb37
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment