mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Very minor code cleanup.
This commit is contained in:
parent
260ad2d8f0
commit
42458a7d76
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue