Fixed the "unused frame variable" warning.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10963 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ce0c82200a
commit
5a9677b8ed
@ -278,7 +278,7 @@ AddOnManager::RegisterAddOns()
|
||||
"input_server/filters",
|
||||
"input_server/methods"
|
||||
};
|
||||
fHandler = new IAHandler(this);
|
||||
fHandler = new IAHandler();
|
||||
fAddOnMonitor = new AddOnMonitor(fHandler);
|
||||
|
||||
node_ref nref;
|
||||
|
@ -73,7 +73,6 @@ void
|
||||
MethodMenuItem::DrawContent()
|
||||
{
|
||||
BMenu *menu = Menu();
|
||||
BRect frame(Frame());
|
||||
BPoint contLoc = ContentLocation();
|
||||
|
||||
menu->SetDrawingMode(B_OP_OVER);
|
||||
|
Loading…
Reference in New Issue
Block a user