Cleanup: warning & whitespace

This commit is contained in:
Campbell Barton 2015-10-26 22:22:30 +11:00
parent 85876923bf
commit afe3b55483
16 changed files with 0 additions and 40 deletions

View File

@ -262,8 +262,6 @@ void packAll(Main *bmain, ReportList *reports, bool verbose)
BKE_reportf(reports, RPT_INFO, "Packed %d files", tot);
else if (verbose)
BKE_report(reports, RPT_INFO, "No new files have been packed");
}

View File

@ -272,7 +272,6 @@ typedef struct ccdf_minmax {
} ccdf_minmax;
typedef struct ccd_Mesh {
int mvert_num, tri_num;
const MVert *mvert;
@ -286,8 +285,6 @@ typedef struct ccd_Mesh {
} ccd_Mesh;
static ccd_Mesh *ccd_mesh_make(Object *ob)
{
CollisionModifierData *cmd;
@ -561,8 +558,6 @@ static void ccd_update_deflector_hash(Scene *scene, Object *vertexowner, GHash *
}
/*--- collider caching and dicing ---*/
@ -2254,8 +2249,6 @@ static void softbody_calc_forcesEx(Scene *scene, Object *ob, float forcetime, fl
}
static void softbody_calc_forces(Scene *scene, Object *ob, float forcetime, float timenow, int nl_flags)
{
/* redirection to the new threaded Version */

View File

@ -213,8 +213,6 @@ void BLI_argsAddCase(struct bArgs *ba, int pass,
if (long_arg)
internalAdd(ba, long_arg, pass, long_case, cb, data, d);
}
void BLI_argsAdd(struct bArgs *ba, int pass,

View File

@ -1789,8 +1789,6 @@ typedef struct RangeQueryData {
BVHTree_RangeQuery callback;
void *userdata;
} RangeQueryData;

View File

@ -1266,8 +1266,6 @@ static void bmo_flag_layer_alloc(BMesh *bm)
BLI_mempool_destroy(foldpool);
bm->elem_index_dirty &= ~(BM_VERT | BM_EDGE | BM_FACE);
}
static void bmo_flag_layer_free(BMesh *bm)

View File

@ -120,8 +120,6 @@ static bool bm_face_split_find(BMesh *bm, BMFace *f, BMLoop *l_pair[2], float *r
*r_angle = angle_best;
return found;
}
static bool bm_face_split_by_angle(BMesh *bm, BMFace *f, BMFace *r_f_pair[2], const float angle_limit)

View File

@ -142,8 +142,6 @@ void AnimationExporter::operator()(Object *ob)
}
}
}
}
void AnimationExporter::export_object_constraint_animation(Object *ob)

View File

@ -626,8 +626,6 @@ void AnimationImporter:: Assign_color_animations(const COLLADAFW::UniqueId& list
fcurve_is_used(fcu);
}
}
}
void AnimationImporter:: Assign_float_animations(const COLLADAFW::UniqueId& listid, ListBase *AnimCurves, const char *anim_type)

View File

@ -107,8 +107,6 @@ void BoxMaskOperation::executePixelSampled(float output[4], float x, float y, Pi
}
break;
}
}
void BoxMaskOperation::deinitExecution()
@ -116,4 +114,3 @@ void BoxMaskOperation::deinitExecution()
this->m_inputMask = NULL;
this->m_inputValue = NULL;
}

View File

@ -53,7 +53,5 @@ public:
void setColorBand(ColorBand *colorBand) {
this->m_colorBand = colorBand;
}
};
#endif

View File

@ -111,8 +111,6 @@ void EllipseMaskOperation::executePixelSampled(float output[4], float x, float y
}
break;
}
}
void EllipseMaskOperation::deinitExecution()

View File

@ -82,8 +82,6 @@ public:
void setData(NodeTonemap *data) { this->m_data = data; }
bool determineDependingAreaOfInterest(rcti *input, ReadBufferOperation *readOperation, rcti *output);
};
/**

View File

@ -203,8 +203,4 @@ typedef enum ACTCONT_TYPES {
ACTCONT_GPENCIL
} ACTCONT_TYPES;
#endif /* __GPENCIL_INTERN_H__ */

View File

@ -133,7 +133,6 @@ static int graphview_cursor_exec(bContext *C, wmOperator *op)
/* set the operator properties from the initial event */
static void graphview_cursor_setprops(bContext *C, wmOperator *op, const wmEvent *event)
{
Scene *scene = CTX_data_scene(C);
ARegion *ar = CTX_wm_region(C);
float viewx, viewy;

View File

@ -29,9 +29,6 @@
* \ingroup wm
*/
#ifndef __WM_CURSORS_H__
#define __WM_CURSORS_H__

View File

@ -61,8 +61,6 @@ public:
/* --------------------------------------------------------------------- */
/* Python interface ---------------------------------------------------- */
/* --------------------------------------------------------------------- */
};
#endif /* __SCA_DELAYSENSOR_H__ */