Introduction
Introduction Statistics Contact Development Disclaimer Help
Removed more unused code. - sam - An updated version of the sam text editor.
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
commit 6a54452391a83964a0a5a955185926c56d7dd4e7
parent 9b6fa1212ba63bb72cf3ef44d7345c82c9991d1d
Author: Rob King <[email protected]>
Date: Fri, 9 Sep 2016 22:31:45 -0500
Removed more unused code.
Diffstat:
libXg/disc.c | 23 -----------------------
1 file changed, 0 insertions(+), 23 deletions(-)
---
diff --git a/libXg/disc.c b/libXg/disc.c
@@ -1,23 +0,0 @@
-/* Copyright (c) 1998 Lucent Technologies - All rights reserved. */
-#include <u.h>
-#include <libc.h>
-#include <libg.h>
-#include "libgint.h"
-
-void
-disc(Bitmap *b, Point p, int r, int v, Fcode f)
-{
- unsigned int d;
- int x, y;
- GC g;
-
- x = p.x - r;
- y = p.y - r;
- if (b->flag&SHIFT){
- x -= b->r.min.x;
- y -= b->r.min.y;
- }
- d = 2*r;
- g = _getfillgc(f, b, v);
- XFillArc(_dpy, (Drawable)b->id, g, x, y, d, d, 0, 23040/* 360 deg */);
-}
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.