summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorsapier <Sapier at GMX dot net>2014-02-05 00:17:57 +0100
committersapier <Sapier at GMX dot net>2014-02-07 21:39:45 +0100
commitf4f98c9550325aa8178f99cd32ea8806669aa280 (patch)
tree1c87166f519eec565f56e51bc01f9477b144099f /src/client.h
parent3670f5a37bc3f3eb9733a720e96318e676640185 (diff)
downloadminetest-f4f98c9550325aa8178f99cd32ea8806669aa280.tar.gz
minetest-f4f98c9550325aa8178f99cd32ea8806669aa280.tar.bz2
minetest-f4f98c9550325aa8178f99cd32ea8806669aa280.zip
Remove lots of dead code
Add check for datatype overflows use native datatype indices instead of fixed 16bit/32bit ones
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client.h b/src/client.h
index f693bb142..52d285ac4 100644
--- a/src/client.h
+++ b/src/client.h
@@ -384,9 +384,6 @@ public:
core::line3d<f32> shootline_on_map
);
- // Prints a line or two of info
- void printDebugInfo(std::ostream &os);
-
std::list<std::string> getConnectedPlayerNames();
float getAnimationTime();