summaryrefslogtreecommitdiff
path: root/desktop/browser_history.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2021-03-23 22:03:33 +0000
committerVincent Sanders <vince@kyllikki.org>2021-03-23 22:09:37 +0000
commit5749ace60f9359b6bc31d7f8c071d87d270733da (patch)
treec073bd7f13c66a324814dc14be65c38f20b4d985 /desktop/browser_history.h
parent6faa70893b70fc43d6f398f2e43719c763c2d193 (diff)
downloadnetsurf-5749ace60f9359b6bc31d7f8c071d87d270733da.tar.gz
netsurf-5749ace60f9359b6bc31d7f8c071d87d270733da.tar.bz2
split out internal local history macros from public interface header
Diffstat (limited to 'desktop/browser_history.h')
-rw-r--r--desktop/browser_history.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/desktop/browser_history.h b/desktop/browser_history.h
index 06041ebf4..9b6f1fd42 100644
--- a/desktop/browser_history.h
+++ b/desktop/browser_history.h
@@ -35,17 +35,6 @@
#include "utils/errors.h"
-#include "content/handlers/css/utils.h"
-
-#define LOCAL_HISTORY_WIDTH \
- (FIXTOINT(nscss_pixels_css_to_physical(INTTOFIX(116))))
-#define LOCAL_HISTORY_HEIGHT \
- (FIXTOINT(nscss_pixels_css_to_physical(INTTOFIX(100))))
-#define LOCAL_HISTORY_RIGHT_MARGIN \
- (FIXTOINT(nscss_pixels_css_to_physical(INTTOFIX(50))))
-#define LOCAL_HISTORY_BOTTOM_MARGIN \
- (FIXTOINT(nscss_pixels_css_to_physical(INTTOFIX(30))))
-
struct browser_window;
struct history_entry;
struct bitmap;