13
0

Remove cruft (unused CANVAS_COMPATIBILITY - 2/3)

This commit is contained in:
Robin Gareus 2022-11-19 21:49:15 +01:00
parent 34e7c2ffc5
commit d44b4b4674
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -145,18 +145,6 @@ public:
static void set_image_cache_size (uint64_t);
#ifdef CANVAS_COMPATIBILITY
void*& property_gain_src () {
return _foo_void;
}
void*& property_gain_function () {
return _foo_void;
}
private:
void* _foo_void;
#endif
private:
friend class WaveViewThreadClient;
friend class WaveViewThreads;