mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-31 07:10:28 -04:00
parent
13281e9e99
commit
67891f3e7b
4 changed files with 6 additions and 22 deletions
loader/src
|
@ -364,14 +364,6 @@ void geode::utils::permission::requestPermission(Permission permission, utils::M
|
|||
}
|
||||
}
|
||||
|
||||
std::string geode::utils::thread::getName() {
|
||||
return "";
|
||||
}
|
||||
|
||||
void geode::utils::thread::setName(std::string const& name) {
|
||||
|
||||
}
|
||||
|
||||
void geode::utils::thread::setName(std::wstring const& wName) {
|
||||
|
||||
}
|
||||
#include "../../utils/thread.hpp"
|
||||
void geode::utils::thread::platformSetNameOrdinary(std::string const& name) { }
|
||||
void geode::utils::thread::platformSetNameWide(std::wstring const& wName) { }
|
||||
|
|
|
@ -327,14 +327,6 @@ void geode::utils::permission::requestPermission(Permission permission, utils::M
|
|||
callback(true); // unimplemented
|
||||
}
|
||||
|
||||
std::string geode::utils::thread::getName() {
|
||||
return "";
|
||||
}
|
||||
|
||||
void geode::utils::thread::setName(std::string const& name) {
|
||||
|
||||
}
|
||||
|
||||
void geode::utils::thread::setName(std::wstring const& wName) {
|
||||
|
||||
}
|
||||
#include "../../utils/thread.hpp"
|
||||
void geode::utils::thread::platformSetNameOrdinary(std::string const& name) { }
|
||||
void geode::utils::thread::platformSetNameWide(std::wstring const& wName) { }
|
||||
|
|
Loading…
Add table
Reference in a new issue