Cleanup: Remove redundant scope qualifiers.

This commit is contained in:
Jeroen Bakker 2021-11-05 15:18:58 +01:00
parent 885c79915f
commit 29efd26e71
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ class ImageEngine {
virtual ~ImageEngine() = default;
private:
public:
void cache_init()
{
IMAGE_StorageList *stl = vedata->stl;