tinclude/memlayer.h: remove redundant AUTOLIB (Brian Stuart) - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 226cc90ba74e5dbe2948f2ceef8e05afa5c7cc09
 (DIR) parent 25745eb3b1457732ba926d739fdca9f3b223dbfb
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Tue, 10 Jun 2008 11:35:29 -0400
       
       include/memlayer.h: remove redundant AUTOLIB (Brian Stuart)
       
       Diffstat:
         M include/memlayer.h                  |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/include/memlayer.h b/include/memlayer.h
       t@@ -4,8 +4,6 @@
        extern "C" { 
        #endif
        
       -AUTOLIB(memlayer)
       -
        typedef struct Memscreen Memscreen;
        typedef void (*Refreshfn)(Memimage*, Rectangle, void*);