mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove even more code and declarations
There's lots more stuff that can go. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f8ba3c7ab6
commit
054406b420
7 changed files with 3 additions and 114 deletions
|
@ -321,14 +321,6 @@ void ProfileGraphicsView::plot(struct dive *d, bool forceRedraw)
|
|||
plot_pp_text();
|
||||
}
|
||||
|
||||
/* now shift the translation back by half the margin;
|
||||
* this way we can draw the vertical scales on both sides */
|
||||
//cairo_translate(gc->cr, -drawing_area->x / 2.0, 0);
|
||||
|
||||
//gc->maxx += drawing_area->x;
|
||||
//gc->leftx = -(drawing_area->x / drawing_area->width) / 2.0;
|
||||
//gc->rightx = 1.0 - gc->leftx;
|
||||
|
||||
plot_depth_scale();
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue