فهرست منبع

float24: Remove private default constructor

Fixes building with clang.
archshift 12 سال پیش
والد
کامیت
662a1993e6
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/video_core/pica.h

+ 0 - 2
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;