summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/DiscScrubber.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2020-04-10 17:40:07 +0200
committerJosJuice <josjuice@gmail.com>2020-04-24 15:11:20 +0200
commit6ffcbcee70c043a0d158d87458f99d20eddbb939 (patch)
tree9782c56a64cb48afa5e2f3af437032712e060efc /Source/Core/DiscIO/DiscScrubber.cpp
parent04c7892b93f4ae129609060be5347628fa29eced (diff)
DiscIO: Move scrubbing code out of ConvertToGCZ
This way, scrubbing can also be performed when converting to other formats.
Diffstat (limited to 'Source/Core/DiscIO/DiscScrubber.cpp')
-rw-r--r--Source/Core/DiscIO/DiscScrubber.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DiscIO/DiscScrubber.cpp b/Source/Core/DiscIO/DiscScrubber.cpp
index 06c444c84d..e7b098b374 100644
--- a/Source/Core/DiscIO/DiscScrubber.cpp
+++ b/Source/Core/DiscIO/DiscScrubber.cpp
@@ -25,8 +25,6 @@
namespace DiscIO
{
-constexpr size_t CLUSTER_SIZE = 0x8000;
-
DiscScrubber::DiscScrubber() = default;
DiscScrubber::~DiscScrubber() = default;