diff options
author | rbuj <[email protected]> | 2020-12-02 10:19:16 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-12-13 16:20:04 +0100 |
commit | 1f964c265a0f45c064d312dcd51f985e877cbc55 (patch) | |
tree | e7520456bc97ba82c19fdbbd9f5fd69807919069 /mateweather/mateweather-about.h | |
parent | fbca7353191c20b3ce70fe2390491305ba3968fa (diff) | |
download | mate-applets-1f964c265a0f45c064d312dcd51f985e877cbc55.tar.bz2 mate-applets-1f964c265a0f45c064d312dcd51f985e877cbc55.tar.xz |
mateweather: Use common subdirs - src, data
Diffstat (limited to 'mateweather/mateweather-about.h')
-rw-r--r-- | mateweather/mateweather-about.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mateweather/mateweather-about.h b/mateweather/mateweather-about.h deleted file mode 100644 index 6d5bed01..00000000 --- a/mateweather/mateweather-about.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef __MATEWEATHER_ABOUT_H_ -#define __MATEWEATHER_ABOUT_H_ - -/* $Id$ */ - -/* - * Papadimitriou Spiros <[email protected]> - * - * This code released under the GNU GPL. - * Read the file COPYING for more information. - * - * About box - * - */ - -#define MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE - -#include "mateweather.h" - -G_BEGIN_DECLS - -extern void mateweather_about_run (MateWeatherApplet *gw_applet); - -G_END_DECLS - -#endif /* __MATEWEATHER_ABOUT_H_ */ - |