Remove unused files

This commit is contained in:
Matti Viljanen 2022-08-10 00:42:14 +03:00
parent 05771ca5e6
commit f51dbcab43
No known key found for this signature in database
GPG key ID: CF32A1495158F888
2 changed files with 0 additions and 18 deletions

View file

@ -1,6 +0,0 @@
#include "platformfiles.h"
PlatformFiles::PlatformFiles()
{
}

View file

@ -1,12 +0,0 @@
#ifndef PLATFORMFILES_H
#define PLATFORMFILES_H
#include <QObject>
class PlatformFiles
{
public:
PlatformFiles();
};
#endif // PLATFORMFILES_H