Removed unused variable (copy&paste remains...).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14626 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1297,8 +1297,6 @@ ServerApp::_DispatchMessage(int32 code, BPrivate::LinkReceiver &link)
|
|||||||
|
|
||||||
FontStyle *fontStyle = gFontServer->GetStyle(familyID, styleID);
|
FontStyle *fontStyle = gFontServer->GetStyle(familyID, styleID);
|
||||||
if (fontStyle) {
|
if (fontStyle) {
|
||||||
font_direction direction = fontStyle->Direction();
|
|
||||||
|
|
||||||
fLink.StartMessage(B_OK);
|
fLink.StartMessage(B_OK);
|
||||||
fLink.Attach<uint16>((uint16)fontStyle->FileFormat());
|
fLink.Attach<uint16>((uint16)fontStyle->FileFormat());
|
||||||
} else
|
} else
|
||||||
|
|||||||
Reference in New Issue
Block a user