mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
Fix -Wunused-function warnings
This commit is contained in:
@@ -92,10 +92,6 @@ enum class WriteMapWhen {
|
||||
Soon,
|
||||
};
|
||||
|
||||
bool _working() {
|
||||
return !_basePath.isEmpty();
|
||||
}
|
||||
|
||||
bool CheckStreamStatus(QDataStream &stream) {
|
||||
if (stream.status() != QDataStream::Ok) {
|
||||
LOG(("Bad data stream status: %1").arg(stream.status()));
|
||||
|
Reference in New Issue
Block a user