Removed some not required changes which can break trunk build

Removed empty lines changes
This commit is contained in:
Oleg Romashin 2008-08-03 21:10:34 +03:00
parent bc6cd35488
commit dbbb2a81ec
4 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ endif
ifeq (Darwin,$(shell uname -s))
AUTOCONF ?= autoconf213
else
AUTOCONF ?= autoconf-2.13
AUTOCONF ?= $(shell which autoconf-2.13 autoconf2.13 autoconf213 | head -1)
endif
MKDIR := mkdir

View File

@ -67,7 +67,7 @@
# endif
# else
# ifdef HAVE_VISIBILITY_ATTRIBUTE
# define cairo_public
# define cairo_public extern __attribute__((visibility("default")))
# elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
# define cairo_public extern __global
# else

View File

@ -227,6 +227,7 @@ nsThebesDeviceContext::SetDPI()
// we probably want to actually get a real DPI here?
dpi = 96;
#elif defined(MOZ_WIDGET_QT)
// TODO: get real DPI here with Qt methods
dpi = 96;

View File

@ -311,7 +311,6 @@ gfxFontconfigUtils::UpdateFontListInternal(PRBool aForce)
for (PRInt32 i = 0; i < mAliasForMultiFonts.Count(); i++) {
nsRefPtr<gfxFontNameList> fonts = new gfxFontNameList;
nsCAutoString fontname(*mAliasForMultiFonts.CStringAt(i));
printf("Alias %s\n", fontname.get());
rv = GetResolvedFonts(fontname, fonts);
if (NS_FAILED(rv))
return rv;