diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-24 15:34:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-24 19:05:16 +0900 |
commit | f95d80e61e0b55201184b844cbf059efc574c2f0 (patch) | |
tree | 92e590e3531bed8fe75d554140aabc8056eb4bfe | |
parent | 4bceb112db2350c6ee5616a949e32670cbf93371 (diff) | |
download | ktorrent-r14.1.x.tar.gz ktorrent-r14.1.x.zip |
Remove empty files and unused coder14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 08705a9e9ab8fc7286aabf45d75a3a680f804dd7)
-rw-r--r-- | src/plugins/scheduler/bwsprefpage.cpp | 0 | ||||
-rw-r--r-- | src/plugins/scheduler/bwsprefpage.h | 0 | ||||
-rw-r--r-- | src/plugins/scheduler/schedulerplugin.h | 2 |
3 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/scheduler/bwsprefpage.cpp b/src/plugins/scheduler/bwsprefpage.cpp deleted file mode 100644 index e69de29..0000000 --- a/src/plugins/scheduler/bwsprefpage.cpp +++ /dev/null diff --git a/src/plugins/scheduler/bwsprefpage.h b/src/plugins/scheduler/bwsprefpage.h deleted file mode 100644 index e69de29..0000000 --- a/src/plugins/scheduler/bwsprefpage.h +++ /dev/null diff --git a/src/plugins/scheduler/schedulerplugin.h b/src/plugins/scheduler/schedulerplugin.h index 9143d99..2dec571 100644 --- a/src/plugins/scheduler/schedulerplugin.h +++ b/src/plugins/scheduler/schedulerplugin.h @@ -33,8 +33,6 @@ class TQString; namespace kt { - class BWSPrefPage; - /** * @author Ivan Vasic <ivasic@gmail.com> * @brief KTorrent scheduler plugin. |