Very minor code cleanup.

This commit is contained in:
Leon Styhre 2021-09-17 21:10:16 +02:00
parent 260ad2d8f0
commit 42458a7d76
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@
#include "Sound.h"
#include "SystemData.h"
#include "SystemScreensaver.h"
#include "guis/GuiComplexTextEditPopup.h"
#include "guis/GuiDetectDevice.h"
#include "guis/GuiLaunchScreen.h"
#include "guis/GuiMsgBox.h"

View file

@ -34,7 +34,7 @@ namespace Utils
const float scrollLength);
// The MD5 functions are derived from the RSA Data Security, Inc. MD5 Message-Digest
// Algorithm. Based on this code: https://github.com/yaoyao-cn/md5/blob/master/md5.cpp
// Algorithm.
std::string md5Hash(const std::string& data);
void md5Update(const unsigned char* buf,
unsigned int length,