aboutsummaryrefslogtreecommitdiff
path: root/src/client/camera.h
diff options
context:
space:
mode:
authorRiceball LEE <snowyu.lee@gmail.com>2021-11-01 20:27:46 +0800
committerGitHub <noreply@github.com>2021-11-01 12:27:46 +0000
commit693f98373bc4681d8eac1ab898f9ca9b9c9860d2 (patch)
tree638b1434b4a693c33cfc9f34eba23766503d5f78 /src/client/camera.h
parent6910c8d920acedb3f1df1ac03a5cdf14f5fb6081 (diff)
downloadminetest-693f98373bc4681d8eac1ab898f9ca9b9c9860d2.tar.gz
minetest-693f98373bc4681d8eac1ab898f9ca9b9c9860d2.tar.bz2
minetest-693f98373bc4681d8eac1ab898f9ca9b9c9860d2.zip
Localize error messages in mainmenu (#11495)
Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: rubenwardy <rw@rubenwardy.com>
Diffstat (limited to 'src/client/camera.h')
-rw-r--r--src/client/camera.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/camera.h b/src/client/camera.h
index bea9ab333..3e1cb4fdf 100644
--- a/src/client/camera.h
+++ b/src/client/camera.h
@@ -136,9 +136,6 @@ public:
// Notify about new server-sent FOV and initialize smooth FOV transition
void notifyFovChange();
- // Checks if the constructor was able to create the scene nodes
- bool successfullyCreated(std::string &error_message);
-
// Step the camera: updates the viewing range and view bobbing.
void step(f32 dtime);