mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
plugin: Remove legacy instance references
The modern system is a self-registering system using initializers and finalizers
This commit is contained in:
parent
406326b378
commit
e4a534fbfe
1 changed files with 0 additions and 4 deletions
|
@ -23,10 +23,6 @@
|
||||||
#include "filter-shape.hpp"
|
#include "filter-shape.hpp"
|
||||||
#include "filter-transform.hpp"
|
#include "filter-transform.hpp"
|
||||||
|
|
||||||
filter::Displacement* filterDisplacement;
|
|
||||||
filter::Shape* filterShape;
|
|
||||||
filter::Transform* filterTransform;
|
|
||||||
|
|
||||||
std::list<std::function<void()>> initializerFunctions;
|
std::list<std::function<void()>> initializerFunctions;
|
||||||
std::list<std::function<void()>> finalizerFunctions;
|
std::list<std::function<void()>> finalizerFunctions;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue