summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2013-12-31 14:28:09 +0100
committerFrançois Revol <revol@free.fr>2014-01-04 19:43:56 +0100
commit917f8ca804bbbacc631cce414608cb989866f6ba (patch)
tree6e1fc2bea99e886ff29c2c4eb9b89e711c841036 /beos
parentda504bbbb86b01fa6aad60ad7bf5d5925856b0ee (diff)
downloadnetsurf-917f8ca804bbbacc631cce414608cb989866f6ba.tar.gz
netsurf-917f8ca804bbbacc631cce414608cb989866f6ba.tar.bz2
beos: Drop duplicate throbber PNG resources
They are also added with another path by the makefile.
Diffstat (limited to 'beos')
-rw-r--r--beos/gui.cpp2
-rw-r--r--beos/res.rdef11
2 files changed, 1 insertions, 12 deletions
diff --git a/beos/gui.cpp b/beos/gui.cpp
index 7c8418215..4b60d7c36 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -643,7 +643,7 @@ void gui_init(int argc, char** argv)
{
#define STROF(n) #n
#define FIND_THROB(n) filenames[(n)] = \
- "throbber" STROF(n) ".png";
+ "throbber/throbber" STROF(n) ".png";
char *filenames[9];
FIND_THROB(0);
FIND_THROB(1);
diff --git a/beos/res.rdef b/beos/res.rdef
index daad9dee3..97dc59dd7 100644
--- a/beos/res.rdef
+++ b/beos/res.rdef
@@ -18,17 +18,6 @@
#include "res.h"
-/* throbber */
-resource(400, "throbber0.png") #'data' import "res/throbber/throbber0.png";
-resource(401, "throbber1.png") #'data' import "res/throbber/throbber1.png";
-resource(402, "throbber2.png") #'data' import "res/throbber/throbber2.png";
-resource(403, "throbber3.png") #'data' import "res/throbber/throbber3.png";
-resource(404, "throbber4.png") #'data' import "res/throbber/throbber4.png";
-resource(405, "throbber5.png") #'data' import "res/throbber/throbber5.png";
-resource(406, "throbber6.png") #'data' import "res/throbber/throbber6.png";
-resource(407, "throbber7.png") #'data' import "res/throbber/throbber7.png";
-resource(408, "throbber8.png") #'data' import "res/throbber/throbber8.png";
-
/* files exported as resource:// via rsrc:// mapping */
resource(500, "credits.html") #'data' import "res/en/credits.html,faf";
resource(501, "licence.html") #'data' import "res/en/licence.html,faf";