diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-09-17 17:16:01 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-10-02 15:30:48 +0200 |
commit | b4ace6ec6f86079b3bd297f95dfe133240b53e15 (patch) | |
tree | efbbacb734024ad2b0be5980bf67f553976c2c11 /src/yuzu/compatdb.h | |
parent | 4d139943f2407144d5f8e3dc5a673f24850d43d0 (diff) |
Address a bunch of review comments
Diffstat (limited to 'src/yuzu/compatdb.h')
-rw-r--r-- | src/yuzu/compatdb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/compatdb.h b/src/yuzu/compatdb.h index 0a0f27cca..ca0dd11d6 100644 --- a/src/yuzu/compatdb.h +++ b/src/yuzu/compatdb.h @@ -21,7 +21,6 @@ public: private: std::unique_ptr<Ui::CompatDB> ui; -private slots: void Submit(); void EnableNext(); }; |