Removing MOZ_PHOENIX #ifdefs that are no longer needed.

This commit is contained in:
bryner%netscape.com 2002-09-02 20:21:31 +00:00
Родитель 5852d51b51
Коммит 32dfde5bb0
3 изменённых файлов: 0 добавлений и 19 удалений

Просмотреть файл

@ -329,9 +329,6 @@ static void InitializeMacOSXApp(int argc, char* argv[])
#ifdef MOZ_WIDGET_GTK
#include <gtk/gtk.h>
#ifdef MOZ_PHOENIX
#include SPLASH_XPM
#endif
#endif //MOZ_WIDGET_GTK
/* Define Class IDs */
@ -768,9 +765,6 @@ static PRBool IsStartupCommand(const char *arg)
static nsresult HandleArbitraryStartup( nsICmdLineService* cmdLineArgs, nsIPref *prefs, PRBool heedGeneralStartupPrefs, PRBool *windowOpened)
{
#ifdef MOZ_PHOENIX
heedGeneralStartupPrefs = PR_FALSE;
#endif
nsresult rv;
PRInt32 height = nsIAppShellService::SIZE_TO_CONTENT;
PRInt32 width = nsIAppShellService::SIZE_TO_CONTENT;
@ -1725,10 +1719,6 @@ static PRBool HandleDumpArguments(int argc, char* argv[])
static PRBool GetWantSplashScreen(int argc, char* argv[])
{
#ifdef MOZ_PHOENIX
return PR_FALSE;
#endif
int i;
PRBool dosplash;
// We can't use the command line service here because it isn't running yet

Просмотреть файл

@ -65,11 +65,6 @@ IDB_SPLASH BITMAP
STRINGTABLE DISCARDABLE
BEGIN
#ifdef MOZ_PHOENIX
ID_DDE_APPLICATION_NAME, "Phoenix"
IDS_STARTMENU_APPNAME, "Phoenix"
#else
ID_DDE_APPLICATION_NAME, "Mozilla"
IDS_STARTMENU_APPNAME, "Mozilla"
#endif
END

Просмотреть файл

@ -1,9 +1,5 @@
/* XPM */
#ifdef MOZ_PHOENIX
char * splash_xpm[] = {
#else
static char * splash_xpm[] = {
#endif
"390 261 257 2",
" c None",
". c #000000",