summaryrefslogtreecommitdiff
path: root/mateweather/mateweather-dialog.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-12-02 10:19:16 +0100
committerraveit65 <[email protected]>2020-12-13 16:20:04 +0100
commit1f964c265a0f45c064d312dcd51f985e877cbc55 (patch)
treee7520456bc97ba82c19fdbbd9f5fd69807919069 /mateweather/mateweather-dialog.h
parentfbca7353191c20b3ce70fe2390491305ba3968fa (diff)
downloadmate-applets-1f964c265a0f45c064d312dcd51f985e877cbc55.tar.bz2
mate-applets-1f964c265a0f45c064d312dcd51f985e877cbc55.tar.xz
mateweather: Use common subdirs - src, data
Diffstat (limited to 'mateweather/mateweather-dialog.h')
-rw-r--r--mateweather/mateweather-dialog.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/mateweather/mateweather-dialog.h b/mateweather/mateweather-dialog.h
deleted file mode 100644
index 0eaf0b50..00000000
--- a/mateweather/mateweather-dialog.h
+++ /dev/null
@@ -1,34 +0,0 @@
-#ifndef __MATEWEATHER_DIALOG_H_
-#define __MATEWEATHER_DIALOG_H_
-
-/* $Id$ */
-
-/*
- * Papadimitriou Spiros <[email protected]>
- *
- * This code released under the GNU GPL.
- * Read the file COPYING for more information.
- *
- * Main status dialog
- *
- */
-
-#include <gtk/gtk.h>
-
-#define MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE
-
-#include "mateweather.h"
-
-G_BEGIN_DECLS
-
-#define MATEWEATHER_TYPE_DIALOG mateweather_dialog_get_type ()
-G_DECLARE_FINAL_TYPE (MateWeatherDialog, mateweather_dialog,
- MATEWEATHER, DIALOG, GtkDialog)
-
-GtkWidget *mateweather_dialog_new (MateWeatherApplet *applet);
-void mateweather_dialog_update (MateWeatherDialog *dialog);
-
-G_END_DECLS
-
-#endif /* __MATEWEATHER_DIALOG_H_ */
-