aboutsummaryrefslogtreecommitdiff
path: root/menu/llib-lmenu
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2014-02-28 19:12:44 +0000
committerXin LI <delphij@FreeBSD.org>2014-02-28 19:12:44 +0000
commit4b819fa20a8d007a10f2d3e8d6a5dedf7f18fc9a (patch)
treeb8f6e12b479a78216f3bffb8e1258d54087268de /menu/llib-lmenu
parente07762606a5bf651a501cb095c98cba90e4a8fe2 (diff)
downloadsrc-4b819fa20a8d007a10f2d3e8d6a5dedf7f18fc9a.tar.gz
src-4b819fa20a8d007a10f2d3e8d6a5dedf7f18fc9a.zip
Undo two previous imports which was never done in preparation of doing a
new import.
Notes
Notes: svn path=/vendor/ncurses/dist/; revision=262616
Diffstat (limited to 'menu/llib-lmenu')
-rw-r--r--menu/llib-lmenu12
1 files changed, 3 insertions, 9 deletions
diff --git a/menu/llib-lmenu b/menu/llib-lmenu
index 13ecaf8bdd79..fc17cc364d42 100644
--- a/menu/llib-lmenu
+++ b/menu/llib-lmenu
@@ -1,5 +1,5 @@
/****************************************************************************
- * Copyright (c) 1999-2005,2010 Free Software Foundation, Inc. *
+ * Copyright (c) 1999-2002,2005 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@ -27,13 +27,13 @@
****************************************************************************/
/****************************************************************************
- * Author: Thomas E. Dickey 1996-2005,2010 *
+ * Author: Thomas E. Dickey 1996-2002,2005 *
****************************************************************************/
/* LINTLIBRARY */
/* ./m_attribs.c */
-#include <menu.priv.h>
+#include "menu.priv.h"
#undef set_menu_fore
int set_menu_fore(
@@ -350,12 +350,6 @@ int item_count(
/* ./m_new.c */
-#undef new_menu_sp
-MENU *new_menu_sp(
- SCREEN *sp,
- ITEM **items)
- { return(*(MENU **)0); }
-
#undef new_menu
MENU *new_menu(
ITEM **items)