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:
authorCampbell Barton <ideasman42@gmail.com>2013-01-07 11:56:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-07 11:56:54 +0400
commitd8e2ed8ae2257c9e301dd85127cab5d6cc2b6a58 (patch)
treeb8402f51476ad78d175411f2ef733816dd7a4fcd /source/blender/editors/include/UI_interface.h
parent5323a2f18f0e004a2e2cf6d619a6f93456c47f03 (diff)
parentdb5682ac8c53377e819fd50357de580c02405fca (diff)
svn merge ^/trunk/blender -r50999:51100soc-2012-bratwurst
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-rw-r--r--source/blender/editors/include/UI_interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 313fb1179a6..f466b013c81 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -421,7 +421,6 @@ void uiBlockSetDirection(uiBlock *block, int direction);
void uiBlockFlipOrder(uiBlock *block);
void uiBlockSetFlag(uiBlock *block, int flag);
void uiBlockClearFlag(uiBlock *block, int flag);
-void uiBlockSetXOfs(uiBlock *block, int xofs);
int uiButGetRetVal(uiBut *but);