* TODO: Remove XView-related entries.

* menu.h [HAVE_XVIEW]: Remove all XView-related code.
This commit is contained in:
Pavel Roskin 2001-05-18 16:58:03 +00:00
parent 6749447c8e
commit 944d5416c0
3 changed files with 5 additions and 25 deletions

View File

@ -1,3 +1,8 @@
2001-05-18 Pavel Roskin <proski@gnu.org>
* TODO: Remove XView-related entries.
* menu.h [HAVE_XVIEW]: Remove all XView-related code.
2001-05-17 Pavel Roskin <proski@gnu.org>
* subshell.c (pty_open_master) [HAVE_SCO]: Fix ambigous `else'.

View File

@ -66,20 +66,6 @@
- the interal editor adds it's entries to the wrong menu
* XView/mc
- Dropping files on root window should create action icon.
- Fix the viewer.
- Fix help.
- Icons for buttonbar.
- Info panel.
- Tree panel.
* Configuration
* Documentation

View File

@ -1,11 +1,6 @@
#ifndef __MENU_H
#define __MENU_H
/* IMPORTANT NOTE: This header is dependent on HAVE_X / HAVE_XVIEW. If you
* include this header, you have to move it to the group of HAVE_X dependant
* modules in {xv|tk}/Makefile.in !!!
*/
#include "dlg.h"
#include "widget.h"
@ -21,11 +16,6 @@ typedef struct {
callfn call_back;
} menu_entry;
#ifdef HAVE_XVIEW
# ifndef xview_walkmenu_DEFINED
typedef unsigned long Menu;
# endif
#else
typedef struct {
char *name;
int count;
@ -36,7 +26,6 @@ typedef struct {
int start_x; /* position relative to menubar start */
} sMenu;
typedef sMenu *Menu;
#endif
extern int menubar_visible;