From 662a1993e67a36dc320ad8b96d51be619ebf94a9 Mon Sep 17 00:00:00 2001 From: archshift Date: Wed, 13 Aug 2014 02:54:16 -0700 Subject: float24: Remove private default constructor Fixes building with clang. --- src/video_core/pica.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/video_core/pica.h') diff --git a/src/video_core/pica.h b/src/video_core/pica.h index 81af5733..64083014 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; -- cgit v1.2.3