summaryrefslogtreecommitdiff
path: root/cocoa/ScrollableView.m
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-19 20:19:43 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-19 20:19:43 +0000
commitf85335a7f9fdbff012409bb2af8fecc81740eab0 (patch)
treef4f6678aa78b89b76fab7a10094f0cdd1b22be0f /cocoa/ScrollableView.m
parent5a259dadeb6b6b31f5cfe628cc62bfb7d86e25b4 (diff)
downloadnetsurf-f85335a7f9fdbff012409bb2af8fecc81740eab0.tar.gz
netsurf-f85335a7f9fdbff012409bb2af8fecc81740eab0.tar.bz2
Implementing tabs and fixing scrolling.
svn path=/trunk/netsurf/; revision=11396
Diffstat (limited to 'cocoa/ScrollableView.m')
-rw-r--r--cocoa/ScrollableView.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/ScrollableView.m b/cocoa/ScrollableView.m
index d50ce5a15..2c58bcdd0 100644
--- a/cocoa/ScrollableView.m
+++ b/cocoa/ScrollableView.m
@@ -20,7 +20,6 @@
@interface ScrollableView ()
-- (void) adjustFrame;
- (void) frameChangeNotification: (NSNotification *) note;
@end