BScrollBar: Remove DISABLE_ON_WINDOW_DEACTIVATION constant.

It was always enabled, and disabling it would break ABI.
If we want to make it disable-able, it needs to be a setting,
but I don't really see a reason for that.
This commit is contained in:
Augustin Cavalier
2020-07-05 18:37:48 -04:00
parent e9815ed8b6
commit 9fe3529f3e
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -720,14 +720,12 @@ BScrollBar::MouseUp(BPoint where)
}
#if DISABLES_ON_WINDOW_DEACTIVATION
void
BScrollBar::WindowActivated(bool active)
{
fPrivateData->fEnabled = active;
Invalidate();
}
#endif // DISABLES_ON_WINDOW_DEACTIVATION
void