]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/prtview/AboutDialog.cpp
* fixed prtview compilation (also included in the build chain now)
[xonotic/netradiant.git] / contrib / prtview / AboutDialog.cpp
index 0237010f814fcce42c4e7e45832547d8ca1711e7..1bf834d21b5d6b63d6222ee3e2a931592d255d63 100644 (file)
@@ -32,8 +32,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 /////////////////////////////////////////////////////////////////////////////
 // CAboutDialog dialog
 
-#ifdef GTK_PLUGIN
-
 static void dialog_button_callback (GtkWidget *widget, gpointer data)
 {
   GtkWidget *parent;
@@ -108,33 +106,5 @@ void DoAboutDlg ()
   gtk_widget_destroy (dlg);
 }
 
-#else // GTK_PLUGIN
-
-CAboutDialog::CAboutDialog(CWnd* pParent /*=NULL*/)
-       : CDialog(CAboutDialog::IDD, pParent)
-{
-       //{{AFX_DATA_INIT(CAboutDialog)
-               // NOTE: the ClassWizard will add member initialization here
-       //}}AFX_DATA_INIT
-}
-
-
-void CAboutDialog::DoDataExchange(CDataExchange* pDX)
-{
-       CDialog::DoDataExchange(pDX);
-       //{{AFX_DATA_MAP(CAboutDialog)
-               // NOTE: the ClassWizard will add DDX and DDV calls here
-       //}}AFX_DATA_MAP
-}
-
-
-BEGIN_MESSAGE_MAP(CAboutDialog, CDialog)
-       //{{AFX_MSG_MAP(CAboutDialog)
-               // NOTE: the ClassWizard will add message map macros here
-       //}}AFX_MSG_MAP
-END_MESSAGE_MAP()
-
-#endif // GTK_PLUGIN
-
 /////////////////////////////////////////////////////////////////////////////
 // CAboutDialog message handlers