summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-08-13 11:54:16 +0200
committerarchshift <admin@archshift.com>2014-08-13 11:54:16 +0200
commit662a1993e67a36dc320ad8b96d51be619ebf94a9 (patch)
tree51a325ec3f483d453428ee35d286063f057af795 /src
parentMerge pull request #39 from bunnei/hid-minor-improvements (diff)
downloadyuzu-662a1993e67a36dc320ad8b96d51be619ebf94a9.tar
yuzu-662a1993e67a36dc320ad8b96d51be619ebf94a9.tar.gz
yuzu-662a1993e67a36dc320ad8b96d51be619ebf94a9.tar.bz2
yuzu-662a1993e67a36dc320ad8b96d51be619ebf94a9.tar.lz
yuzu-662a1993e67a36dc320ad8b96d51be619ebf94a9.tar.xz
yuzu-662a1993e67a36dc320ad8b96d51be619ebf94a9.tar.zst
yuzu-662a1993e67a36dc320ad8b96d51be619ebf94a9.zip
Diffstat (limited to 'src')
-rw-r--r--src/video_core/pica.h2
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;