summaryrefslogtreecommitdiff
path: root/src/profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile.cpp')
-rw-r--r--src/profile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/profile.cpp b/src/profile.cpp
index c3d9a0c4..50e6c3b2 100644
--- a/src/profile.cpp
+++ b/src/profile.cpp
@@ -419,7 +419,6 @@ void Profile::setModEnabled(unsigned int index, bool enabled)
// overwrite is always enabled
return;
}
-
if (enabled != m_ModStatus[index].m_Enabled) {
m_ModStatus[index].m_Enabled = enabled;
emit modStatusChanged(index);