From 36cac6e2506755dedbc724bc219c1f312268a87f Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Wed, 11 Apr 2012 17:01:17 -0700 Subject: readme: Remove delimiter around example code The delimiter was ugly and provided no additional layout cue since the code was indented anyway. Signed-off-by: Chad Versace --- README.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.txt b/README.txt index a9f7016..b1563dd 100644 --- a/README.txt +++ b/README.txt @@ -61,7 +61,6 @@ example, see `/examples/gl_basic.c` [3]. [3] http://cgit.freedesktop.org/~chadversary/waffle/tree/gl_basic.c. ------------------------------ #include // Declare function pointers and enums for glClear, glClearColor. @@ -107,7 +106,6 @@ example, see `/examples/gl_basic.c` [3]. return 0; } ------------------------------ Installing -- cgit v1.2.3