diff options
| author | Tannin <devnull@localhost> | 2015-01-04 10:13:12 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-01-04 10:13:12 +0100 |
| commit | bd8267993d1ed0292200f3052e3c30d4fc9c84f7 (patch) | |
| tree | 6314f0ba928e81349417a8de495746b1b18cee11 /src/modlist.cpp | |
| parent | f5c56efeb3f362378459fdc1ddbf1fc71a2351f8 (diff) | |
- fixes after merge
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index bfe8a70e..7b922c7c 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -657,11 +657,6 @@ void ModList::disconnectSlots() { m_ModStateChanged.disconnect_all_slots();
}
-void ModList::disconnectSlots() {
- m_ModMoved.disconnect_all_slots();
- m_ModStateChanged.disconnect_all_slots();
-}
-
IModList::ModStates ModList::state(unsigned int modIndex) const
{
IModList::ModStates result;
|
