diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-07-05 02:47:22 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-07-05 02:47:22 +0200 |
commit | 5133b0f34f1e6fc046787e7369b403a381a2f60c (patch) | |
tree | bf2071c2a517d9adb98d59d7133d115859bd518c /logic | |
parent | 5f41886d76c11fe8befe8d059c75dcb5bc11f78d (diff) | |
download | MultiMC-5133b0f34f1e6fc046787e7369b403a381a2f60c.tar MultiMC-5133b0f34f1e6fc046787e7369b403a381a2f60c.tar.gz MultiMC-5133b0f34f1e6fc046787e7369b403a381a2f60c.tar.lz MultiMC-5133b0f34f1e6fc046787e7369b403a381a2f60c.tar.xz MultiMC-5133b0f34f1e6fc046787e7369b403a381a2f60c.zip |
GH-1053 cleanup
Diffstat (limited to 'logic')
-rw-r--r-- | logic/BaseLauncher.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/logic/BaseLauncher.h b/logic/BaseLauncher.h index e233e4fd..d8877b3d 100644 --- a/logic/BaseLauncher.h +++ b/logic/BaseLauncher.h @@ -56,16 +56,6 @@ public: /* methods */ void setWorkdir(QString path); - BaseProfilerFactory * getProfiler() - { - return m_profiler; - } - - void setProfiler(BaseProfilerFactory * profiler) - { - m_profiler = profiler; - } - void killProcess(); qint64 pid(); |