summaryrefslogtreecommitdiff
path: root/Xext/panoramiX.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2007-03-25 17:57:22 -0400
committerAdam Jackson <ajax@benzedrine.nwnk.net>2007-03-25 17:57:22 -0400
commit04b87d6dfae02e4ecdb5216d12c6cdafd1e8c2b4 (patch)
treea7beb0dd1011c46492b4634556a057affac69c33 /Xext/panoramiX.h
parentaf769892a91c9af59de53ca3bcd77fc4967daffb (diff)
Static and dead code cleaup for Xext/
Diffstat (limited to 'Xext/panoramiX.h')
-rw-r--r--Xext/panoramiX.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Xext/panoramiX.h b/Xext/panoramiX.h
index 7b3339204..3ad90fa84 100644
--- a/Xext/panoramiX.h
+++ b/Xext/panoramiX.h
@@ -94,18 +94,6 @@ typedef struct {
(a).root = WindowTable[0]->drawable.id; \
}
-#define FORCE_WIN(a) { \
- if ((win = PanoramiXFindIDOnAnyScreen(XRT_WINDOW, a))) { \
- (a) = win->info[0].id; /* Real ID */ \
- } \
-}
-
-#define FORCE_CMAP(a) { \
- if ((win = PanoramiXFindIDOnAnyScreen(XRT_COLORMAP, a))) { \
- (a) = win->info[0].id; /* Real ID */ \
- } \
-}
-
#define IS_SHARED_PIXMAP(r) (((r)->type == XRT_PIXMAP) && (r)->u.pix.shared)
#define SKIP_FAKE_WINDOW(a) if(!LookupIDByType(a, XRT_WINDOW)) return