Introduction
Introduction Statistics Contact Development Disclaimer Help
Remove more unused code. - sam - An updated version of the sam text editor.
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
commit 912aa48f90f2c9b807957d2bf5c646c39d704cd3
parent d6d60bb4570fe04e92162988007b39037637954c
Author: Rob King <[email protected]>
Date: Tue, 6 Sep 2016 21:10:04 -0500
Remove more unused code.
Diffstat:
libXg/point.c | 21 ---------------------
1 file changed, 0 insertions(+), 21 deletions(-)
---
diff --git a/libXg/point.c b/libXg/point.c
@@ -1,21 +0,0 @@
-/* Copyright (c) 1998 Lucent Technologies - All rights reserved. */
-#include <u.h>
-#include <libc.h>
-#include <libg.h>
-#include "libgint.h"
-
-void
-point(Bitmap *b, Point p, int v, Fcode f)
-{
- int x, y;
- GC g;
-
- x = p.x;
- y = p.y;
- if(b->flag&SHIFT){
- x -= b->r.min.x;
- y -= b->r.min.y;
- }
- g = _getfillgc(f, b, v);
- XDrawPoint(_dpy, (Drawable)b->id, g, x, y);
-}
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.