Cleanup: Clang-tidy: modernize-redundant-void-arg
This commit is contained in:
@@ -74,7 +74,7 @@ class ShaderInterface {
|
||||
ShaderInterface();
|
||||
virtual ~ShaderInterface();
|
||||
|
||||
void debug_print(void);
|
||||
void debug_print();
|
||||
|
||||
inline const ShaderInput *attr_get(const char *name) const
|
||||
{
|
||||
@@ -133,7 +133,7 @@ class ShaderInterface {
|
||||
/**
|
||||
* Finalize interface construction by sorting the #ShaderInputs for faster lookups.
|
||||
*/
|
||||
void sort_inputs(void);
|
||||
void sort_inputs();
|
||||
|
||||
private:
|
||||
inline const ShaderInput *input_lookup(const ShaderInput *const inputs,
|
||||
|
||||
Reference in New Issue
Block a user