[Scummvm-cvs-logs] scummvm master -> 3b212fdb51c4933bbc7eeb827f514cd1e120b3c5

lordhoto lordhoto at gmail.com
Thu May 3 23:26:54 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3b212fdb51 GRAPHICS: Remove unused function ftFloor26_6 in ttf.cpp.


Commit: 3b212fdb51c4933bbc7eeb827f514cd1e120b3c5
    https://github.com/scummvm/scummvm/commit/3b212fdb51c4933bbc7eeb827f514cd1e120b3c5
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2012-05-03T14:25:00-07:00

Commit Message:
GRAPHICS: Remove unused function ftFloor26_6 in ttf.cpp.

Changed paths:
    graphics/fonts/ttf.cpp



diff --git a/graphics/fonts/ttf.cpp b/graphics/fonts/ttf.cpp
index 7f5c616..96241e9 100644
--- a/graphics/fonts/ttf.cpp
+++ b/graphics/fonts/ttf.cpp
@@ -43,10 +43,6 @@ namespace Graphics {
 
 namespace {
 
-inline int ftFloor26_6(FT_Pos x) {
-	return x / 64;
-}
-
 inline int ftCeil26_6(FT_Pos x) {
 	return (x + 63) / 64;
 }






More information about the Scummvm-git-logs mailing list