Antony Messerli пре 9 година
родитељ
комит
7ae72a8860
1 измењених фајлова са 0 додато и 18 уклоњено
  1. 0 18
      ipxe/local/colour.h

+ 0 - 18
ipxe/local/colour.h

@@ -1,14 +1,3 @@
-#ifndef CONFIG_COLOUR_H
-#define CONFIG_COLOUR_H
-
-/** @file
- *
- * Display colour configuration
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
-
 #define COLOR_NORMAL_FG		COLOR_CYAN
 #define COLOR_NORMAL_BG		COLOR_BLACK
 
@@ -29,10 +18,3 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 #define COLOR_PXE_FG		COLOR_BLACK
 #define COLOR_PXE_BG		COLOR_WHITE
-
-#include <config/named.h>
-#include NAMED_CONFIG(colour.h)
-#include <config/local/colour.h>
-#include LOCAL_NAMED_CONFIG(colour.h)
-
-#endif /* CONFIG_COLOUR_H */