App Server: Move empty destructor to header.
This commit is contained in:
parent
3779f5cff7
commit
cdffe36124
@ -780,9 +780,3 @@ WindowIterator::_ReverseRewind()
|
||||
if (fCurrentArea)
|
||||
fWindowIndex = fCurrentArea->LayerOrder().CountItems() - 1;
|
||||
}
|
||||
|
||||
|
||||
SATSnappingBehaviour::~SATSnappingBehaviour()
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -157,7 +157,7 @@ private:
|
||||
|
||||
class SATSnappingBehaviour {
|
||||
public:
|
||||
virtual ~SATSnappingBehaviour();
|
||||
virtual ~SATSnappingBehaviour() {};
|
||||
|
||||
/*! Find all window candidates which possibly can join the group. Found
|
||||
candidates are marked here visual. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user