| 414 | } |
| 415 | |
| 416 | void MainWindowPrivate::viewRemovedInternal(AreaIndex* index, View* view) |
| 417 | { |
| 418 | Q_UNUSED(index); |
| 419 | Q_UNUSED(view); |
| 420 | setBackgroundVisible(area->views().isEmpty()); |
| 421 | } |
| 422 | |
| 423 | void MainWindowPrivate::viewAdded(Sublime::AreaIndex *index, Sublime::View *view) |
| 424 | { |