Skip to content

Commit

Permalink
Modified to remove test code and to just remove the '.amgp' extension…
Browse files Browse the repository at this point in the history
…. Resolves issue AntiMicro#70.
  • Loading branch information
jsbackus committed Nov 3, 2016
1 parent b0a5200 commit 028c2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ namespace PadderCommon
* \brief Returns the "human-readable" name of the given profile.
*/
inline QString getProfileName(QFileInfo& profile) {
QString retVal = profile.completeBaseName() + QString(".del me");
QString retVal = profile.completeBaseName();

return retVal;
}
Expand Down

0 comments on commit 028c2ce

Please sign in to comment.