Skip to content

Commit fb38f15

Browse files
committed
remove stuff not used anymore
Signed-off-by: Jens Nyberg <[email protected]>
1 parent f3f7ee8 commit fb38f15

8 files changed

+1
-87
lines changed

Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ install:
4444
mkdir -p /usr/share/navi
4545
cp data/icofont.ttf /usr/share/navi/icofont.ttf
4646
cp data/roboto-bold.ttf /usr/share/navi/roboto-bold.ttf
47-
cp data/roboto-light.ttf /usr/share/navi/roboto-light.ttf
4847
cp data/roboto-regular.ttf /usr/share/navi/roboto-regular.ttf
49-
cp data/robotomono-bold.ttf /usr/share/navi/robotomono-bold.ttf
50-
cp data/robotomono-light.ttf /usr/share/navi/robotomono-light.ttf
5148
cp data/robotomono-regular.ttf /usr/share/navi/robotomono-regular.ttf
52-
cp data/image6.jpg /usr/share/navi/image6.jpg
53-
cp data/example.alfi /usr/share/navi/example.alfi
5449

data/example.alfi

-80
This file was deleted.

data/image6.jpg

-24.5 KB
Binary file not shown.

data/navi.png

-33.8 KB
Binary file not shown.

data/roboto-light.ttf

-137 KB
Binary file not shown.

data/robotomono-bold.ttf

-107 KB
Binary file not shown.

data/robotomono-light.ttf

-111 KB
Binary file not shown.

src/resource.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ static unsigned int _navi_load(struct resource *resource, unsigned int count, vo
147147
"+ table id ltbl in maintbl\n"
148148
"+ table id rtbl in maintbl\n"
149149
"+ header2 in ltbl label \"Bookmarks\"\n"
150-
"+ anchor in ltbl label \"blunder.se\" onclick \"get\" \"http://www.blunder.se/\"\n"
151-
"+ anchor in ltbl label \"example\" onclick \"get\" \"file:///usr/share/navi/example.alfi\"\n"
150+
"+ text in ltbl label \"No bookmarks\"\n"
152151
"+ header2 in rtbl label \"Instructions\"\n"
153152
"+ table id instrtbl in rtbl grid \"03\"\n"
154153
"+ text in instrtbl label \"Left mouse button\"\n"

0 commit comments

Comments
 (0)