From 8e0869aff6c50a23cd1ca9b2e03ad7c484ee2585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 1 Oct 2017 22:00:30 +0200 Subject: [PATCH] DiscIO: Remove comments that state obvious facts --- Source/Core/DiscIO/VolumeGC.h | 2 -- Source/Core/DiscIO/VolumeWii.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/Source/Core/DiscIO/VolumeGC.h b/Source/Core/DiscIO/VolumeGC.h index fc065a8d60..4f878c3bc9 100644 --- a/Source/Core/DiscIO/VolumeGC.h +++ b/Source/Core/DiscIO/VolumeGC.h @@ -15,8 +15,6 @@ #include "DiscIO/Filesystem.h" #include "DiscIO/Volume.h" -// --- this volume type is used for GC disc images --- - namespace DiscIO { class BlobReader; diff --git a/Source/Core/DiscIO/VolumeWii.h b/Source/Core/DiscIO/VolumeWii.h index 97604887a3..84d58a530c 100644 --- a/Source/Core/DiscIO/VolumeWii.h +++ b/Source/Core/DiscIO/VolumeWii.h @@ -17,8 +17,6 @@ #include "DiscIO/Filesystem.h" #include "DiscIO/Volume.h" -// --- this volume type is used for Wii disc images --- - namespace DiscIO { class BlobReader;