Browse Source

Minor cleanup.

pull/51/head
Vladimír Vondruš 13 years ago
parent
commit
b72533602c
  1. 1
      src/Query.h
  2. 2
      src/Test/AbstractQueryGLTest.cpp

1
src/Query.h

@ -437,7 +437,6 @@ class TimeQuery: public AbstractQuery {
#endif
};
inline AbstractQuery::AbstractQuery(AbstractQuery&& other) noexcept: _id(other._id), target(other.target) {
other._id = 0;
}

2
src/Test/AbstractQueryGLTest.cpp

@ -22,8 +22,6 @@
DEALINGS IN THE SOFTWARE.
*/
#include "Context.h"
#include "Extensions.h"
#include "Query.h"
#include "Test/AbstractOpenGLTester.h"

Loading…
Cancel
Save