X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_panews%2Funusedwin.h;fp=mod_panews%2Funusedwin.h;h=0000000000000000000000000000000000000000;hb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;hp=bcdc5ba95336d737c404ff9dfdcb3003780157ff;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/mod_panews/unusedwin.h b/mod_panews/unusedwin.h deleted file mode 100644 index bcdc5ba..0000000 --- a/mod_panews/unusedwin.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * ion/panews/unusedwin.h - * - * Copyright (c) Tuomo Valkonen 1999-2006. - * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. - */ - -#ifndef ION_PANEWS_UNUSEDWIN_H -#define ION_PANEWS_UNUSEDWIN_H - -#include -#include - -INTRCLASS(WUnusedWin); - -DECLCLASS(WUnusedWin){ - WWindow wwin; - GrBrush *brush; -}; - -extern bool unusedwin_init(WUnusedWin *pwin, - WWindow *parent, const WFitParams *fp); -extern WUnusedWin *create_unusedwin(WWindow *parent, const WFitParams *fp); - -#endif /* ION_PANEWS_UNUSEDWIN_H */