summaryrefslogtreecommitdiff
path: root/apps/X11/InstallMgr/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/InstallMgr/src/main.cpp')
-rw-r--r--apps/X11/InstallMgr/src/main.cpp47
1 files changed, 0 insertions, 47 deletions
diff --git a/apps/X11/InstallMgr/src/main.cpp b/apps/X11/InstallMgr/src/main.cpp
deleted file mode 100644
index d6b82c6..0000000
--- a/apps/X11/InstallMgr/src/main.cpp
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * Initial main.c file generated by Glade. Edit as required.
- * Glade will not overwrite this file.
- */
-
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#include <gtk/gtk.h>
-
-//#include "interface.h"
-//#include "support.h"
-#include <MainFrm.h>
-
-int
-main (int argc, char *argv[]) {
-
-#ifdef ENABLE_NLS
-// bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR);
-// textdomain (PACKAGE);
-#endif
-
- gtk_set_locale ();
- gtk_init (&argc, &argv);
-
- MainForm = new TMainForm(0);
- MainForm->FormShow(0);
-// GtkWidget *InstallMgrApp = create_InstallMgrApp ();
-// gtk_widget_show (InstallMgrApp);
-/*
- InfoFrm = create_InfoFrm ();
- gtk_widget_show (InfoFrm);
- fileselection1 = create_fileselection1 ();
- gtk_widget_show (fileselection1);
- RemoteMntFrm = create_RemoteMntFrm ();
- gtk_widget_show (RemoteMntFrm);
- CipherFrm = create_CipherFrm ();
- gtk_widget_show (CipherFrm);
- StatusFrm = create_StatusFrm ();
- gtk_widget_show (StatusFrm);
-*/
-
- gtk_main ();
- return 0;
-}
-