Skip to content

Commit e55286c

Browse files
committed
Cleanup
1 parent 9edb02d commit e55286c

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

app/src/import/backup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Import
2020
class QX_ERROR_TYPE(BackupError, "Lr::BackupError", 1301)
2121
{
2222
friend class BackupManager;
23-
//-Class Enums-------------------------------------------------------------
23+
//-Class Enums-------------------------------------------------------------
2424
public:
2525
enum Type
2626
{

app/src/launcher/abstract/lr-data.tpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ void BasicPlatformDoc<Id>::finalize()
183183
/* TODO: Have this (and all other implementations of finalize() do something like return
184184
* the IDs of titles that were removed, or otherwise populate an internal variable so that afterwards
185185
* the list can be used to purge all images or other title related files (like overviews with AM).
186-
* Right now only the data portion of old games is removed)
186+
* Right now only the data portion of old games is removed).
187187
*/
188188

189189
// Finalize item stores

app/src/launcher/implementation/attractmode/am-data.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,8 @@ std::shared_ptr<RomEntry> PlatformInterface::processSet(const Fp::Set& set)
440440
/* Ignore non-playable add apps to avoid useless clutter in AM
441441
* TODO: Consider doing this in Import Worker to make it a standard since
442442
* LB doesn't actually need the non-playable entries either. Importing them
443-
* is basically a leftover from an earlier CLIFp version
443+
* is basically a leftover from an earlier CLIFp version that required them
444+
* for games to work (i.e. before auto mode).
444445
*/
445446
if(addApp.isPlayable())
446447
mPlatformTaglist.appendTag(addApp.id().toString(QUuid::WithoutBraces));

app/src/launcher/interface/lr-install-interface.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ class IInstall
1818
// Files
1919
static inline const QString IMAGE_EXT = u"png"_s;
2020

21-
public:
22-
// Image Errors
23-
static inline const QString CAPTION_IMAGE_ERR = u"Error importing game image(s)"_s;
24-
2521
//-Instance Variables--------------------------------------------------------------------------------------------
2622
private:
2723
// Validity

0 commit comments

Comments
 (0)