diff options
-rw-r--r-- | src/video_core/pica.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h index 81af57336..640830144 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -549,8 +549,6 @@ struct float24 { } private: - float24() = default; - // Stored as a regular float, merely for convenience // TODO: Perform proper arithmetic on this! float value; |