diff options
author | Thomas White <taw@physics.org> | 2020-02-07 16:37:09 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:39:50 +0200 |
commit | 144c2940fae18cacd94afc0be9b56143773bdb3e (patch) | |
tree | 89b7ee3409b1b57181f3c886e53ed86622f645c4 /src/hdfsee.h | |
parent | 9a0a25a4c88ad7d5b62bf6b8c285ba957f98b28f (diff) |
Get rid of hdfsee
Will be replaced by something better soon(ish)...
Diffstat (limited to 'src/hdfsee.h')
-rw-r--r-- | src/hdfsee.h | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/src/hdfsee.h b/src/hdfsee.h deleted file mode 100644 index b09fff0a..00000000 --- a/src/hdfsee.h +++ /dev/null @@ -1,41 +0,0 @@ -/* - * hdfsee.c - * - * Quick yet non-crappy HDF viewer - * - * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY, - * a research centre of the Helmholtz Association. - * - * Authors: - * 2009, 2011-2012 Thomas White <taw@physics.org> - * - * This file is part of CrystFEL. - * - * CrystFEL is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * CrystFEL is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with CrystFEL. If not, see <http://www.gnu.org/licenses/>. - * - */ - - -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - -#ifndef HDFSEE_H -#define HDFSEE_H - -#include "dw-hdfsee.h" - -extern void hdfsee_window_closed(DisplayWindow *dw); - -#endif /* HDFSEE_H */ |