diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-24 03:10:24 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-24 03:10:24 (GMT) |
commit | 009baca90428399d4e3540bff18510ef51a28454 (patch) | |
tree | c4e377bae63557c060718557186a7484b922edcc /tests/system-gl.h | |
parent | e7ea8e12a933849bc6cb9efda5fbb2ac6ddbccab (diff) |
move imageutils platform stuff to qmake build file mv system-gl. fix gcc warning
Diffstat (limited to 'tests/system-gl.h')
-rw-r--r-- | tests/system-gl.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/system-gl.h b/tests/system-gl.h deleted file mode 100644 index 4a8ccac..0000000 --- a/tests/system-gl.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef SYSTEMGL_H_ -#define SYSTEMGL_H_ - -#include <GL/glew.h> -#include <string> - -std::string glew_dump(bool dumpall=false); -bool report_glerror(const char *task); - -#endif |