mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-23 02:05:58 +01:00
remove unused func
This commit is contained in:
parent
da725d7aa5
commit
5569e1f69c
2 changed files with 0 additions and 8 deletions
|
@ -1284,13 +1284,6 @@ void CCompositor::updateWindowAnimatedDecorationValues(CWindow* pWindow) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CCompositor::moveWindowToWorkspace(CWindow* pWindow, const std::string& work) {
|
|
||||||
m_pLastWindow = pWindow;
|
|
||||||
g_pKeybindManager->moveActiveToWorkspace(work);
|
|
||||||
|
|
||||||
g_pInputManager->refocus();
|
|
||||||
}
|
|
||||||
|
|
||||||
int CCompositor::getNextAvailableMonitorID() {
|
int CCompositor::getNextAvailableMonitorID() {
|
||||||
int64_t topID = -1;
|
int64_t topID = -1;
|
||||||
for (auto& m : m_vRealMonitors) {
|
for (auto& m : m_vRealMonitors) {
|
||||||
|
|
|
@ -143,7 +143,6 @@ public:
|
||||||
CMonitor* getMonitorInDirection(const char&);
|
CMonitor* getMonitorInDirection(const char&);
|
||||||
void updateAllWindowsAnimatedDecorationValues();
|
void updateAllWindowsAnimatedDecorationValues();
|
||||||
void updateWindowAnimatedDecorationValues(CWindow*);
|
void updateWindowAnimatedDecorationValues(CWindow*);
|
||||||
void moveWindowToWorkspace(CWindow*, const std::string&);
|
|
||||||
int getNextAvailableMonitorID();
|
int getNextAvailableMonitorID();
|
||||||
void moveWorkspaceToMonitor(CWorkspace*, CMonitor*);
|
void moveWorkspaceToMonitor(CWorkspace*, CMonitor*);
|
||||||
bool workspaceIDOutOfBounds(const int&);
|
bool workspaceIDOutOfBounds(const int&);
|
||||||
|
|
Loading…
Reference in a new issue