diff options
Diffstat (limited to 'src/defaults.h')
-rw-r--r-- | src/defaults.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/defaults.h b/src/defaults.h index a9532459..a588a543 100644 --- a/src/defaults.h +++ b/src/defaults.h @@ -27,7 +27,6 @@ using DefaultsData = std::map<std::string, VariableData *>; -DefaultsData* getConfigDefaults(); DefaultsData* getBrandingDefaults(); DefaultsData* getPathsDefaults(); |