12 Sep
2006
12 Sep
'06
3:35 p.m.
Module: wine Branch: master Commit: 4287bf392b541255cf06e3a355086b2760f47f9e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4287bf392b541255cf06e3a3... Author: Roderick Colenbrander <thunderbird2k(a)gmx.net> Date: Sun Sep 3 14:08:39 2006 +0200 opengl32: Remove unused code. --- dlls/opengl32/Makefile.in | 3 dlls/opengl32/wgl.c | 164 ----- dlls/opengl32/wgl_ext.c | 1496 --------------------------------------------- dlls/opengl32/wgl_ext.h | 45 - 4 files changed, 2 insertions(+), 1706 deletions(-) delete mode 100644 dlls/opengl32/wgl_ext.c delete mode 100644 dlls/opengl32/wgl_ext.h Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=4287bf392b541255cf06...