chore: Remove undefined Core::sendFile

Files are handled by CoreFile.
reviewable/pr6550/r2
Anthony Bilinski 2022-03-09 02:37:04 -08:00
parent e740859ef9
commit 6e7cc6de40
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
1 changed files with 0 additions and 2 deletions

View File

@ -111,8 +111,6 @@ public:
ToxPk getSelfPublicKey() const override;
QPair<QByteArray, QByteArray> getKeypair() const;
void sendFile(uint32_t friendId, QString filename, QString filePath, long long filesize);
public slots:
void start();