2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Remove definitions of unused psLocalServerPrefix and psInitLogs

This commit is contained in:
Ilya Fedin
2020-11-06 12:22:40 +04:00
committed by John Preston
parent d97dcaec62
commit eee3049fdd
5 changed files with 0 additions and 36 deletions

View File

@@ -70,8 +70,6 @@ using namespace Platform;
namespace {
QStringList _initLogs;
bool themeInited = false;
bool finished = true;
QMargins simpleMargins, margins;
@@ -108,14 +106,6 @@ BOOL CALLBACK _ActivateProcess(HWND hWnd, LPARAM lParam) {
}
QStringList psInitLogs() {
return _initLogs;
}
void psClearInitLogs() {
_initLogs = QStringList();
}
void psActivateProcess(uint64 pid) {
if (pid) {
::EnumWindows((WNDENUMPROC)_ActivateProcess, (LPARAM)&pid);