X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fpicsmap.h;h=fc790a941c0a4aee7a6c3d10f9f098cffc29089d;hp=bdeb3c31471fdeadb64383011600b8da1f4f87b6;hb=312665d3aaaf5d8e3ba34d80fdd650abf758272a;hpb=7f4b9f390624835ceb0849965a7f6ff2dcb39d00 diff --git a/test/picsmap.h b/test/picsmap.h index bdeb3c31..fc790a94 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 */