mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
CSS: Move /* #define DEBUG_CSS */ to stylesheet.h.
That's where src/document/css/README says it should be.
This commit is contained in:
parent
4e2e8b219f
commit
455432fd0b
@ -27,8 +27,6 @@
|
|||||||
/* XXX: Some strange dependency makes it necessary to this include last. */
|
/* XXX: Some strange dependency makes it necessary to this include last. */
|
||||||
#include "document/html/internal.h"
|
#include "document/html/internal.h"
|
||||||
|
|
||||||
/* #define DEBUG_CSS */
|
|
||||||
|
|
||||||
|
|
||||||
/* TODO: A way to disable CSS completely, PLUS a way to stop various property
|
/* TODO: A way to disable CSS completely, PLUS a way to stop various property
|
||||||
* groups from taking effect. (Ie. way to turn out effect of 'display: none'
|
* groups from taking effect. (Ie. way to turn out effect of 'display: none'
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
#include "util/memory.h"
|
#include "util/memory.h"
|
||||||
#include "util/string.h"
|
#include "util/string.h"
|
||||||
|
|
||||||
/* #define DEBUG_CSS */
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
css_parse_properties(struct list_head *props, struct scanner *scanner)
|
css_parse_properties(struct list_head *props, struct scanner *scanner)
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
#include "util/lists.h"
|
#include "util/lists.h"
|
||||||
|
|
||||||
|
/* #define DEBUG_CSS */
|
||||||
|
|
||||||
/* TODO: We need a memory efficient and fast way to define how properties
|
/* TODO: We need a memory efficient and fast way to define how properties
|
||||||
* cascade. What we are interested in is making it fast and easy to find
|
* cascade. What we are interested in is making it fast and easy to find
|
||||||
* all properties we need.
|
* all properties we need.
|
||||||
|
Loading…
Reference in New Issue
Block a user