Skip to content
Snippets Groups Projects
Commit c6b042be authored by Campbell Barton's avatar Campbell Barton
Browse files

Accidentally marked as 'rc'

parent cb1777d3
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ extern "C" {
/* can be left blank, otherwise a,b,c... etc with no quotes */
#define BLENDER_VERSION_CHAR
/* alpha/beta/rc/release, docs use this */
#define BLENDER_VERSION_CYCLE rc
#define BLENDER_VERSION_CYCLE release
extern char versionstr[]; /* from blender.c */
......
......@@ -520,7 +520,6 @@ static int ed_markers_poll_selected_no_locked_markers(bContext *C)
static int ed_markers_poll_markers_exist(bContext *C)
{
ListBase *markers = ED_context_get_markers(C);
ToolSettings *ts = CTX_data_tool_settings(C);
/* first things first: markers can only exist in timeline views */
if (ED_operator_animview_active(C) == 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment