소스 검색

Merge pull request #44 from archshift/clang-build

float24: Remove private default constructor
Tony Wasserka 12 년 전
부모
커밋
ad04e0be97
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;