Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/resources.c')
-rw-r--r--source/blender/src/resources.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/resources.c b/source/blender/src/resources.c
index ead7577b0d0..b1db1f755f6 100644
--- a/source/blender/src/resources.c
+++ b/source/blender/src/resources.c
@@ -98,6 +98,7 @@ static Icon *icon_from_data(unsigned char *rect, GLuint texid, int xofs, int yof
return icon;
}
+#if 0
static float icon_x=0.0, icon_y=0.0;
void BIF_icon_pos(float xs, float ys)
{
@@ -142,6 +143,7 @@ static void icon_draw_tex(Icon *icon)
glEnd();
glDisable(GL_TEXTURE_2D);
}
+#endif
static void icon_draw(Icon *icon)