summaryrefslogtreecommitdiffstats
path: root/generic/tkBitmap.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-20 06:37:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-20 06:37:34 (GMT)
commit41b819e2be9dd110354f34eb007b7ebea51665fa (patch)
treeba1cfbd5f6a984ff3fc712ad8c00a6a87a79b348 /generic/tkBitmap.c
parent78a63588e2175efc7951d8fbe1e198920d297125 (diff)
parentddd5fe8daea297d73f78c70cb5bfb6c151d4b627 (diff)
downloadtk-41b819e2be9dd110354f34eb007b7ebea51665fa.zip
tk-41b819e2be9dd110354f34eb007b7ebea51665fa.tar.gz
tk-41b819e2be9dd110354f34eb007b7ebea51665fa.tar.bz2
rfe-2636558 simplification. Restore forwards compatibility with Tk 8.5
Diffstat (limited to 'generic/tkBitmap.c')
-rw-r--r--generic/tkBitmap.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/generic/tkBitmap.c b/generic/tkBitmap.c
index 675a42a..b0d1ecc 100644
--- a/generic/tkBitmap.c
+++ b/generic/tkBitmap.c
@@ -458,18 +458,6 @@ GetBitmap(
*/
int
-Tk_OldDefineBitmap(
- Tcl_Interp *interp, /* Interpreter to use for error reporting. */
- const char *name, /* Name to use for bitmap. Must not already be
- * defined as a bitmap. */
- const char *source, /* Address of bits for bitmap. */
- int width, /* Width of bitmap. */
- int height) /* Height of bitmap. */
-{
- return Tk_DefineBitmap(interp, name, source, width, height);
-}
-
-int
Tk_DefineBitmap(
Tcl_Interp *interp, /* Interpreter to use for error reporting. */
const char *name, /* Name to use for bitmap. Must not already be
@@ -814,16 +802,6 @@ DupBitmapObjProc(
/* ARGSUSED */
Pixmap
-Tk_OldGetBitmapFromData(
- Tcl_Interp *interp, /* Interpreter to use for error reporting. */
- Tk_Window tkwin, /* Window in which bitmap will be used. */
- const char *source, /* Bitmap data for bitmap shape. */
- int width, int height) /* Dimensions of bitmap. */
-{
- return Tk_GetBitmapFromData(interp, tkwin, source, width, height);
-}
-
-Pixmap
Tk_GetBitmapFromData(
Tcl_Interp *interp, /* Interpreter to use for error reporting. */
Tk_Window tkwin, /* Window in which bitmap will be used. */