diff options
author | epoch <epoch@hacking.allowed.org> | 2018-03-29 18:27:25 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2018-03-29 18:27:25 -0500 |
commit | 232b4c0a223dbb7718bd29b1e1307bb6b546af8f (patch) | |
tree | 326f600ab2380d2726b699c9db8a790e232d19f5 | |
parent | 3a85a10c8607b3244f4559e692dd2f63a0282467 (diff) | |
download | hackvr-232b4c0a223dbb7718bd29b1e1307bb6b546af8f.tar.gz hackvr-232b4c0a223dbb7718bd29b1e1307bb6b546af8f.zip |
removed comment out code and comment about needless header
-rw-r--r-- | src/graphics_c3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/graphics_c3.h b/src/graphics_c3.h index 47ead29..1406dca 100644 --- a/src/graphics_c3.h +++ b/src/graphics_c3.h @@ -1,8 +1,6 @@ #ifndef _HACKVR_GRAPHICS_H_ #define _HACKVR_GRAPHICS_H_ -//#include <X11/Xlib.h>//this should be in the x11 one, not this one. - struct gra_global { unsigned int width; unsigned int height; |