From 493f366765cf3bc8d1ff166b874433a8c0a900aa Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Mon, 16 Sep 2013 19:21:13 -0300 Subject: Use the same line dimensions as the profile, on the planner. The Planner should be 'almost' like the profile, with the possibility to use the mouse and keyboard to input a new plan, so this is a bit of 'getting there.' I don't like too much code duplication but since the current Profile Graphics is a crude cut-and-paste from the old Cairo backend, it's easyer to start from scratch and have it well organized as Qt code. Signed-off-by: Tomaz Canabrava --- qt-ui/graphicsview-common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'qt-ui/graphicsview-common.h') diff --git a/qt-ui/graphicsview-common.h b/qt-ui/graphicsview-common.h index 96cecc8e6..d2499c823 100644 --- a/qt-ui/graphicsview-common.h +++ b/qt-ui/graphicsview-common.h @@ -33,7 +33,6 @@ typedef enum { /* profile_color[color indice] = COLOR(screen color, b/w printer color, color printer}} printer & screen colours could be different */ extern QMap > profile_color; - void fill_profile_color(); -- cgit v1.2.3-70-g09d2