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:
parent
7f9c73dbd5
commit
fb2d4d51a7
@ -1297,8 +1297,6 @@ ServerApp::_DispatchMessage(int32 code, BPrivate::LinkReceiver &link)
|
||||
|
||||
FontStyle *fontStyle = gFontServer->GetStyle(familyID, styleID);
|
||||
if (fontStyle) {
|
||||
font_direction direction = fontStyle->Direction();
|
||||
|
||||
fLink.StartMessage(B_OK);
|
||||
fLink.Attach<uint16>((uint16)fontStyle->FileFormat());
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user