summaryrefslogtreecommitdiffstats
path: root/src/bltGrMisc.C
diff options
context:
space:
mode:
authorjoye <joye>2013-09-04 19:29:46 (GMT)
committerjoye <joye>2013-09-04 19:29:46 (GMT)
commit13eb4e5c85ae7b9c1480253aaa81ac4c85ce561a (patch)
tree3526f6e03ab048b59f7ebfe73801bbd5d77b99d6 /src/bltGrMisc.C
parent4b38ca7df5b658d6b24afb68cf1d506055636e95 (diff)
downloadblt-13eb4e5c85ae7b9c1480253aaa81ac4c85ce561a.zip
blt-13eb4e5c85ae7b9c1480253aaa81ac4c85ce561a.tar.gz
blt-13eb4e5c85ae7b9c1480253aaa81ac4c85ce561a.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrMisc.C')
-rw-r--r--src/bltGrMisc.C14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/bltGrMisc.C b/src/bltGrMisc.C
index 2b51606..377f93f 100644
--- a/src/bltGrMisc.C
+++ b/src/bltGrMisc.C
@@ -1991,20 +1991,6 @@ static Blt_OpSpec arcBallOps[] =
};
static int nArcBallOps = sizeof(arcBallOps) / sizeof(Blt_OpSpec);
-static int
-ArcBallCmd(ClientData clientData, Tcl_Interp *interp, int objc,
- Tcl_Obj *const *objv)
-{
- Tcl_ObjCmdProc *proc;
-
- proc = Blt_GetOpFromObj(interp, nArcBallOps, arcBallOps, BLT_OP_ARG1,
- objc, objv, 0);
- if (proc == NULL) {
- return TCL_ERROR;
- }
- return (*proc) (clientData, interp, objc, objv);
-}
-
#undef Tk_GetPixmap
Pixmap
Blt_GetPixmap(Display *display, Drawable drawable, int w, int h, int depth,