summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-07-10 14:36:56 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-07-10 14:42:01 +0200
commit8c8f5b683d611d18ab8400c9fef67f50b1cf288f (patch)
tree033a83d43c3545e09a9d2fb3abfba07878a35e82
parent42939b23b6f4a046f0c1d7edc0927b18e906af02 (diff)
about.svg no longer bears brand differences.
Change-Id: I28ce335b4fafc8c628a0ec71dd097a09d683b2be
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 164c079e90b6..46bffe422eb8 100644
--- a/configure.in
+++ b/configure.in
@@ -11322,7 +11322,6 @@ if test -z "$with_branding" -o "$with_branding" = "no"; then
AC_MSG_RESULT([none])
else
INTRO_BITMAP="$with_branding/intro.png"
- ABOUT_BACKGROUND_SVG="$with_branding/about.svg"
FLAT_LOGO_SVG="$with_branding/flat_logo.svg"
STARTCENTER_LEFT_BITMAP="$with_branding/backing_left.png"
STARTCENTER_RIGHT_BITMAP="$with_branding/backing_right.png"
@@ -11330,7 +11329,6 @@ else
STARTCENTER_RTL_RIGHT_BITMAP="$with_branding/backing_rtl_right.png"
STARTCENTER_SPACE_BITMAP="$with_branding/backing_space.png"
for i in $INTRO_BITMAP \
- $ABOUT_BACKGROUND_SVG \
$FLAT_LOGO_SVG \
$STARTCENTER_LEFT_BITMAP \
$STARTCENTER_RIGHT_BITMAP \