1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-25 07:32:36 +01:00

removed obsoleted header file

This commit is contained in:
dan
2002-09-30 12:42:22 +00:00
parent 1941aaf34a
commit b9e7a1d3ca
2 changed files with 2 additions and 24 deletions

View File

@@ -1,24 +0,0 @@
#ifndef WRASTERP_H_
#define WRASTERP_H_
#include <config.h>
#include "wraster.h"
#ifdef HAVE_HERMES
# include <Hermes/Hermes.h>
typedef struct RHermesData {
HermesHandle palette;
HermesHandle converter;
} RHermesData;
#endif
#endif