From: Günther Deschner Date: Tue, 2 Sep 2008 12:35:58 +0000 (+0200) Subject: netapi: remove NetSetup* flags from netdomjoin-gui. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5851b4e40e5cc2b7ba973b274f9203aa6e6fb1d8;p=thirdparty%2Fsamba.git netapi: remove NetSetup* flags from netdomjoin-gui. Guenther --- diff --git a/source/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c b/source/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c index 98994b69f86..40a6e415ebf 100644 --- a/source/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c +++ b/source/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c @@ -38,9 +38,6 @@ #define SAMBA_IMAGE_PATH "/usr/share/pixmaps/samba/logo.png" #define SAMBA_IMAGE_PATH_SMALL "/usr/share/pixmaps/samba/logo-small.png" -#define NetSetupWorkgroupName ( 2 ) -#define NetSetupDomainName ( 3 ) - #define SAFE_FREE(x) do { if ((x) != NULL) {free(x); x=NULL;} } while(0) static gboolean verbose = FALSE;