mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 16:51:53 +00:00
Remove some dead code
svn path=/trunk/; revision=4850
This commit is contained in:
parent
2b5affa11d
commit
9ee4f092fc
1 changed files with 1 additions and 6 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: dllmain.c,v 1.36 2003/06/05 22:47:47 gdalsnes Exp $
|
||||
/* $Id: dllmain.c,v 1.37 2003/06/06 10:18:32 gvg Exp $
|
||||
*
|
||||
* Entry Point for win32k.sys
|
||||
*/
|
||||
|
@ -143,11 +143,6 @@ W32kInitialize (VOID)
|
|||
|
||||
InitGdiObjectHandleTable ();
|
||||
|
||||
// Create surface used to draw the internal font onto
|
||||
#ifdef TODO
|
||||
CreateCellCharSurface();
|
||||
#endif
|
||||
|
||||
// Initialize FreeType library
|
||||
if(!InitFontSupport()) return FALSE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue