diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a6b02340..33dc0e42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,4 +35,3 @@ libloot's code style is based on the [Google C++ Style Guide](https://google.git ### Naming * Constant, enumerator and variable names should use `camelCase` or `underscore_separators`, but they should be consistent within the same scope. -* Function names should use `PascalCase` or `camelCase`, but they should be consistent within the same scope.