diff options
| author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2021-10-20 23:22:45 +0000 |
|---|---|---|
| committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2021-10-20 23:22:45 +0000 |
| commit | 332fa27640b1901ac632e6d37a4aa9643d0f8594 (patch) | |
| tree | bfb5303e24d1cd4ddd22df12f45a013fefb9ca23 /test/picsmap.h | |
| parent | ff448436b2b70771d09b8d5ff34a509dcf02f81b (diff) | |
| download | ncurses-master.tar.gz | |
ncurses-6.3HEADncurses-6.3master
Diffstat (limited to 'test/picsmap.h')
| -rw-r--r-- | test/picsmap.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/test/picsmap.h b/test/picsmap.h index bdeb3c3..fc790a9 100644 --- a/test/picsmap.h +++ b/test/picsmap.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2020 Thomas E. Dickey * + * Copyright 2020,2021 Thomas E. Dickey * * Copyright 2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -30,7 +30,7 @@ /**************************************************************************** * Author: Thomas E. Dickey * ****************************************************************************/ -/* $Id: picsmap.h,v 1.4 2020/02/02 23:34:34 tom Exp $ */ +/* $Id: picsmap.h,v 1.5 2021/04/24 23:25:17 tom Exp $ */ #ifndef PICSMAP_H_INCL #define PICSMAP_H_INCL 1 @@ -68,8 +68,4 @@ typedef struct { short blue; } RGB_DATA; -static void init_display(const char *, int); - -static void show_picture(PICS_HEAD * pics); - #endif /* PICSMAP_H_INCL */ |
