mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 11:25:59 +01:00
shader: remove useless comment
This commit is contained in:
parent
990ad854bd
commit
1012e2735a
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ GLint CShader::getUniformLocation(const std::string& unif) {
|
||||||
}
|
}
|
||||||
|
|
||||||
CShader::~CShader() {
|
CShader::~CShader() {
|
||||||
// destroy shader
|
|
||||||
destroy();
|
destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue