mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2021-06-01 Fred Gleason <fredg@paravelsystems.com>
* Removed 'IncrementIndex()', 'GetLock()' and 'ClearLock()' functions from 'lib/rdconf.[cpp|h]'. * Cleaned up compile warning in 'lib/rdconf.cpp'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -48,10 +48,7 @@ double GetPrivateProfileDouble(const char *,const char *,const char *,double);
|
||||
int GetIni(const char *,const char *,const char *,char *,int);
|
||||
int GetIniLine(FILE *,char *);
|
||||
void Prepend(char *,char *);
|
||||
int IncrementIndex(char *,int);
|
||||
void StripLevel(char *);
|
||||
bool GetLock(const char *);
|
||||
void ClearLock(const char *);
|
||||
QString RDGetPathPart(QString path);
|
||||
QString RDGetBasePart(QString path);
|
||||
QString RDGetShortDate(QDate);
|
||||
|
||||
Reference in New Issue
Block a user