diff options
Diffstat (limited to 'mail/e-mail-pane.c')
-rw-r--r-- | mail/e-mail-pane.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/e-mail-pane.c b/mail/e-mail-pane.c index 879a90bce1..e58a645eec 100644 --- a/mail/e-mail-pane.c +++ b/mail/e-mail-pane.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -24,12 +24,10 @@ # include <config.h> #endif - #include <glib.h> #include <glib/gi18n.h> #include "e-mail-pane.h" - G_DEFINE_TYPE (EMailPane, e_mail_pane, GTK_TYPE_VBOX) enum { @@ -72,4 +70,3 @@ e_mail_pane_class_init (EMailPaneClass *klass) } - |