Remove cruft (unused CANVAS_COMPATIBILITY - 2/3)
This commit is contained in:
parent
34e7c2ffc5
commit
d44b4b4674
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user