From 341f51eb415c98c201b7744cea9ebc1fff321ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 17 Sep 2010 19:03:03 +0200 Subject: Renamed source files. Also a little change in CMakeLists.txt. The next commit is going to change the object prefix. --- src/main.c | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 src/main.c (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c deleted file mode 100644 index 5c9723f..0000000 --- a/src/main.c +++ /dev/null @@ -1,39 +0,0 @@ -/* - * main.c -- logdiag main source file. - * - * This file is a part of logdiag. - * Copyright Přemysl Janouch 2010. All rights reserved. - * - * See the file LICENSE for licensing information. - * - */ - -#include - -#include "config.h" - -#include "window-main.h" - - -int main (int argc, char *argv[]) -{ - GtkWidget *wnd; - -#ifdef HAVE_GETTEXT - setlocale (LC_ALL, ""); - - bindtextdomain (GETTEXT_DOMAIN, GETTEXT_DIRNAME); - textdomain (GETTEXT_DOMAIN); -#endif - - /* For custom command line arguments, see: - * http://git.gnome.org/browse/glade3/tree/src/main.c - */ - - gtk_init (&argc, &argv); - wnd = logdiag_window_main_new (); - gtk_main (); - - return 0; -} - -- cgit v1.2.3