diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-31 03:28:18 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:17 +0100 |
| commit | 4f89665056b2256ca353bc27314cd025db2f554c (patch) | |
| tree | cab3d682a4cf35cd1dc5507d26c17f03711bac4a /src/modlistview.h | |
| parent | 51281ac304f64170d310ae543d50879614c550d3 (diff) | |
Move the regular context menu.
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modlistview.h b/src/modlistview.h index 0f131631..4f27769c 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -91,11 +91,6 @@ public slots: void enableAllVisible();
void disableAllVisible();
- // enable/disable all selected mods
- //
- void enableSelected();
- void disableSelected();
-
// set the filter criteria/options for mods
//
void setFilterCriteria(const std::vector<ModListSortProxy::Criteria>& criteria);
|
