App Server: Move empty destructor to header.

This commit is contained in:
John Scipione
2014-01-30 19:48:35 -05:00
parent 3779f5cff7
commit cdffe36124
2 changed files with 1 additions and 7 deletions
@@ -780,9 +780,3 @@ WindowIterator::_ReverseRewind()
if (fCurrentArea)
fWindowIndex = fCurrentArea->LayerOrder().CountItems() - 1;
}
SATSnappingBehaviour::~SATSnappingBehaviour()
{
}
+1 -1
View File
@@ -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. */