mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 19:05:58 +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() {
|
||||
// destroy shader
|
||||
destroy();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue