Author: tkreuzer
Date: Sun Oct 1 10:25:05 2017
New Revision: 76015
URL:
http://svn.reactos.org/svn/reactos?rev=76015&view=rev
Log:
[VGA_NEW] Remove duplicated enable.c from CMakeLists.txt
Modified:
trunk/reactos/win32ss/drivers/displays/vga_new/CMakeLists.txt
Modified: trunk/reactos/win32ss/drivers/displays/vga_new/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/drivers/displays/v…
==============================================================================
--- trunk/reactos/win32ss/drivers/displays/vga_new/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/win32ss/drivers/displays/vga_new/CMakeLists.txt [iso-8859-1] Sun Oct 1
10:25:05 2017
@@ -2,7 +2,6 @@
list(APPEND SOURCE
enable.c
debug.c
- enable.c
palette.c
screen.c)